Skip to content
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

Can I specify "--key-type ecdsa"? #43

Closed
droplinxuser opened this issue Mar 1, 2022 · 3 comments
Closed

Can I specify "--key-type ecdsa"? #43

droplinxuser opened this issue Mar 1, 2022 · 3 comments

Comments

@droplinxuser
Copy link

With the new vhost command:
./vhsetup.sh -d example.com -le xxx@gmail.com -f

How can I specify to use (--key-type ecdsa) Certificate?

@droplinxuser droplinxuser changed the title Can I specifically specify "--key-type ecdsa"? Can I specify "--key-type ecdsa"? Mar 1, 2022
@Code-Egg
Copy link
Collaborator

Code-Egg commented Mar 2, 2022

It's not supported. If you only have a few domains, can manually apply the cert with the certbot command with the parameters you need.
e.g.

./vhsetup.sh -d example.com
certbot certonly --non-interactive --agree-tos --key-type ecdsa -m example@example.com --webroot -w /var/www/xxx -d example.com

or download the script and custom the certbot command.

@Code-Egg
Copy link
Collaborator

Code-Egg commented Mar 9, 2022

  1. Correct
  2. The domainsetup.sh script is mainly for the cloud image user's first-time setup only. Then they will need to use vhsetup.sh for the rest virtual host setup.

@Code-Egg Code-Egg closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants