You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed several tutorials and if I want to have a single certificate for multiple domains on apache windows system. I can specify them one after the other with a comma. The problem is that when I specify the path where to find the verification file, simple-acme makes me specify only one.
what if I insert multiple domains? es. test1.test.com, test2.test.com, test3.test.com?
I thought that I need to insert multiple path for the confirmation file es. htdocs/test1, htdocs/test2, htdocs/test3 but It ask me just one path. How to solve it?
Hi @pnmsib, it's not easy to achieve exactly what you want. I'd be a lot easier if you'd use a separate certificate for each of the domains. Why do you specifically need to have them in one certificate?
I see. Does certbot read the paths from Apache or does it ask you to provide a seperate path for each of the host names? Something like the latter can be done with simple-acme using global validation settings, though that will not really make the amount of configuration work required less.
When I use "certbot" to renew certificates, I manually launch a command. It gives me the name of each validation file and its string content. So I manually prepare all the files and put them in the relative different directories. The program proceeds with the validation process and generates a single certificate.
I've created a feature request for this on your behalf: #42
You can currently to this if you pick DNS validation, but then you'd be creating DNS records instead of working with files. But generally you'll want to have the renewal process fully automated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed several tutorials and if I want to have a single certificate for multiple domains on apache windows system. I can specify them one after the other with a comma. The problem is that when I specify the path where to find the verification file, simple-acme makes me specify only one.
what if I insert multiple domains? es. test1.test.com, test2.test.com, test3.test.com?
I thought that I need to insert multiple path for the confirmation file es. htdocs/test1, htdocs/test2, htdocs/test3 but It ask me just one path. How to solve it?
Beta Was this translation helpful? Give feedback.
All reactions