What can I do to force Caddy to generate the certificates it requests from Letsencrypt with 4096 bits and not 2048? Thanks!
1 Like
Found the answer. Add to Caddyfile:
tls {
key_type rsa4096
}
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.