{{lang_httpsSettings}}

{{lang_httpsDescription}}

{{^httpsUsed}}

{{lang_youreNotUsingHttps}}

{{/httpsUsed}} {{#httpsUsed}}

{{lang_youreUsingHttps}}

{{/httpsUsed}}
{{#offSelected}}

{{lang_offSelected}}

{{/offSelected}} {{#unknownSelected}}

{{lang_unknownSelected}}

{{/unknownSelected}} {{#generatedSelected}}

{{lang_generatedSelected}}

{{/generatedSelected}} {{#suppliedSelected}}

{{lang_suppliedSelected}}

{{/suppliedSelected}} {{#acmeSelected}}

{{lang_acmeSelected}}

{{/acmeSelected}}
{{#certIssuer}} {{/certIssuer}} {{#certExpire}} {{/certExpire}} {{#certDomains.0}} {{/certDomains.0}}
{{lang_certIssuer}}: {{.}}
{{lang_certExpireTime}}: {{.}}
{{lang_currentCertDomains}}: {{#certDomains}}
{{.}}
{{/certDomains}}
{{lang_httpsRedirect}}
{{lang_useHsts}}
{{lang_redirectDomain}}

{{lang_httpsOptionNoChange}}
{{#httpsEnabled}}
{{lang_noHttps}}
{{/httpsEnabled}}
{{lang_randomCert}}
{{lang_customCert}}
{{lang_optionAcme}}
{{lang_certificate}}
-----BEGIN CERTIFICATE-----
MIIFfTCCA...
.....
-----END CERTIFICATE-----

{{lang_privateKey}}
-----BEGIN PRIVATE KEY-----
MIIFfTCCA...
.....
-----END PRIVATE KEY-----

{{lang_caChain}}

{{lang_acmeCreateNewHint}}


{{lang_acmeKidKeyHint}}
{{lang_acmeWipeAllHint}}


{{lang_httpsApiKey}}

{{lang_httpsApiKeyDescription}}



{{lang_httpsApiPostText}}
{{httpsApiKeyPostUrl}}

{{lang_httpsApiPostExample}}:
curl -L --data-urlencode "token=123456" --data-urlencode "privkey@/path/to/privkey.pem" --data-urlencode "cert@/path/to/cert.pem" "{{httpsApiKeyPostUrl}}"
{{lang_httpsApiPostMaybeInsecure}}