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

Letsencrypt with multiple domain in one certificate #363

Open
baoc75 opened this issue Oct 7, 2023 · 5 comments
Open

Letsencrypt with multiple domain in one certificate #363

baoc75 opened this issue Oct 7, 2023 · 5 comments

Comments

@baoc75
Copy link

baoc75 commented Oct 7, 2023

Hello,
Assume that I want to generate SSL certificate for www.abc.com and abc.com. I will type into the domain fields as www.abc.com,abc.com. Certbot still understand that, but the cert concat process will include the comma "," which makes the file won't work anymore thus the certificate won't saved in /etc/ssl/certs.
Now if I generate one by one then it will be stuck as certbot ask whether I want to update the existing one by press "Y"

@Aidaho12
Copy link
Member

Aidaho12 commented Oct 7, 2023

Hello,
If delete wrong certificates, will it work?

We will investigate about comma

@baoc75
Copy link
Author

baoc75 commented Oct 8, 2023

It won't work because it can't write to filename with comma character. When I open that file www.abc.com,abc.com.pem, it exist but is an empty file. The app also throw errors too (definitely not related to Certbot as the cert already created)

@Aidaho12
Copy link
Member

Aidaho12 commented Oct 8, 2023

No, I meant does it work for one certificate?

@baoc75
Copy link
Author

baoc75 commented Oct 9, 2023

Oh it works very well if you generate certificate for 1 domain like "abc.com".

@Aidaho12
Copy link
Member

Aidaho12 commented Oct 9, 2023

Ok, thank you. Will try to fix it

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