-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Support certificate profile selection #6442
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
Conversation
|
thank you, this looks interesting. I hope the maintainers will get around to a review. |
|
Great work on this! CC: @Neilpang |
|
please also add the usage here: https://github.com/acmesh-official/acme.sh/blob/master/acme.sh#L6962 |
|
please add a new page in the wiki: |
|
I'm thinking we needa new command: It could just get from the webside, can show output like: Would you mind adding it? Thanks |
In preparation for the upcoming support of IP address certificates at Letsencrypt, I have added the option to select certificate profiles.
So if you want to issue an IP address certificate, this is the command for Letsencrypt (staging):
acme.sh --issue -d 203.0.113.195 -w /home/username/public_html --server letsencrypt_test --certificate-profile shortlived --days 6Closes #6193