Replies: 1 comment
|
Try swapping main and extra: autocert:
provider: local
cert_path: /etc/ssl/godoxy/godoxy.crt
key_path: /etc/ssl/godoxy/godoxy.key
extra:
- provider: cloudflare
certificate_key_type: RSA2048
domains:
- "*.domain.xyz"
email: user@domain.xyz
options:
auth_token: "<Cloudflare API token>"
webui:
aliases:
- "192.168.1.3"Also correct |
0 replies
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.
using the community PVE Script to deploy and on v0.31.0
Not sure if i'm just not getting it or what.
Once i add a autocert provider and save i can no longer access the server via ip to make any changes.
Is there a way to keep ip access to keep gui access until i fail over, ideally ill move one service at a time forwarding from the other proxy server.
All reactions