Replies: 1 comment 1 reply
-
|
It sounds like you just need to add a Try adding to the VirtualHost *:443 at If that does not work, you can just issue the cert without modifying the apache config and manually specify the certs. Something like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again,
as indi-allsky is running without any errors for almost 3 months now, I'm trying to get the interface public in the WWW under the URL https://sub.domain.xy.
When trying to install an letsencrypt SSL certificate using certbot, this error displays:
Certbot could not find a VirtualHost for *.domain.xy in the Apache configuration. Please create a VirtualHost with a ServerName matching *.domain.xy and try again.
Any advice how I could do this? Or am I competly wrong and there is a better way to get a working SSL certificate?
Beta Was this translation helpful? Give feedback.
All reactions