certificates issued through this server
35 |Status | 39 |Domain | 40 |Ports | 41 |Last checked | 42 |Cert expires | 43 |Cert SHA-256 digest | 44 |
---|---|---|---|---|---|
<%= site.status %> | 50 |<%= domain %> | 51 |<%= site.ports.join(', ') %> | 52 |53 | | 54 | | <%= site.cert_sha256 %> |
55 |
nginx configuration
62 |domain verification:
63 |location ^~ /.well-known/acme-challenge/ {
64 | proxy_set_header Host $host;
65 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
66 | proxy_pass <%= this_host %>;
67 | }
68 | strong TLS settings: cipherli.st
69 | 70 |client script for cron
71 |<%= client_script.sub('localhost:9292', "#{this_host}") %>
72 |