Skip to content

Commit

Permalink
Disable client certs, seems to cause a prompt for certificate dialog …
Browse files Browse the repository at this point in the history
…on some browsers
  • Loading branch information
akclace committed Nov 9, 2024
1 parent f793f06 commit af27580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/system/clace.default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ service_email = "" # email address for registering w
use_staging = true # use Let's Encrypt staging server
cert_location = "$CL_HOME/config/certificates" # where to look for existing certificate files
storage_location = "$CL_HOME/run/certmagic" # where to cache dynamically created certificates
disable_client_certs = false # disable client certs for HTTPS
disable_client_certs = true # disable client certs for HTTPS

[security]
admin_over_tcp = false # enable admin API's over TCP (HTTP/HTTPS). Admin is over UDS only by default
Expand Down

0 comments on commit af27580

Please sign in to comment.