##// END OF EJS Templates
docs(ssl): added info about troubleshooting the SSL certs
marcink -
Show More
@@ -96,4 +96,25 b' This defines the `letsEncryptCertResolver` certResolver, which definition can be'
96 provider: route53
96 provider: route53
97 delayBeforeCheck: 0
97 delayBeforeCheck: 0
98
98
99 Please check specific docs on traefik for more examples and required configuration for letsencrypt certificate handling No newline at end of file
99 Please check specific docs on traefik for more examples and required configuration for letsencrypt certificate handling
100
101
102
103 Troubleshooting
104 +++++++++++++++
105
106 In both cases when there are some issues with SSL certificates, especially with the Letsencrypt ones.
107 All logs and errors related to the ssl certificates would be printed to the traefik logs.
108
109 here's how to view traefik logs with tail options and trim the results to just one last hour
110
111
112 .. code-block:: bash
113
114 ./rcstack stack router logs --follow --since=1h
115
116
117 In case of letsencrypt the typical problems that happen are:
118
119 - acme directory permissions (installer should handle that, but still it's important to make sure the acme storage has the right permissions)
120 - acme certificates credentials missing. In many cases using DNS acme resolver it's important to make sure all credentials are correct in order to generate a proper certificate No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now