mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
use new duckdns module instead of lego_deprecated
@@ -133,7 +133,7 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
|||||||
|
|
||||||
# Use the ACME DNS-01 challenge to get a cert for the configured domain.
|
# Use the ACME DNS-01 challenge to get a cert for the configured domain.
|
||||||
tls {
|
tls {
|
||||||
dns lego_deprecated duckdns
|
dns duckdns {$DUCKDNS_TOKEN}
|
||||||
}
|
}
|
||||||
|
|
||||||
# This setting may have compatibility issues with some browsers
|
# This setting may have compatibility issues with some browsers
|
||||||
|
|||||||
Reference in New Issue
Block a user