Skip to content

Commit

Permalink
proxy role for demo idp uses fullchain for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Oct 21, 2024
1 parent 6374fa3 commit 7ed24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-idp/roles/proxy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ proxy_nginx_vhost_http_listen_port: "80"
proxy_nginx_vhost_https_listen_port: "443"
proxy_keycloak_upstream_name: "keycloak"
proxy_ssl_certificate_key_path: "/etc/letsencrypt/live/{{ keycloak_server_name }}/privkey.pem"
proxy_ssl_certificate_path: "/etc/letsencrypt/live/{{ keycloak_server_name }}/cert.pem"
proxy_ssl_certificate_path: "/etc/letsencrypt/live/{{ keycloak_server_name }}/fullchain.pem"

0 comments on commit 7ed24b6

Please sign in to comment.