-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does SAN work? #149
Comments
Can you explain your confusion? The process is that you will loop around the New-ACMEIdentifier/Complete-ACMEChallenge/Submit-ACMEChallenge commands for each domain you want to appear in the certificate then create the certificate using the references used when you issue each New-ACMEIdentifier command. If you will only use the http verification method I created a script to handle all these steps. You can find it attached to this issue: #76 (comment) |
actually i got the three i wanted and its all valid, but when i used let me see what i can do. i think i missed spell soemthing. |
New-ACMECertificate dns-072016 -Generate -AlternativeIdentifierRefs ([array]$('dns2-072016','dns3-072016')) -Alias multiNameCert it says that the given key was not present in the dictionary. |
sorry, it seems like i got it :) fiNALLY |
OK, good to learn you are on your way. I think based on your post in 104 you had the wrong alias name |
Excellent! some of your posts helped a lot actually. i was trying to figure out why the alternativeidentifierref did't work so i look through that it needed to be an array :) so cool thanks |
Closing ticket! |
I still don't understand how the SAN work. so im assuming this isn't an issue. i follow the steps from 1 to 6 and when it comes 7.. im confused.
Anyone.
The text was updated successfully, but these errors were encountered: