From 0fcd54373d078a0c683e2cfb0768f53ea9bcad9c Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Fri, 3 Jan 2020 22:54:41 +0000 Subject: [PATCH] Removing reference to `api_password` (#11626) Removing the reference to the (deprecated) `api_password` --- source/_docs/ecosystem/certificates/lets_encrypt.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown index 163ef2fe511..be1a62d2bd8 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -330,7 +330,6 @@ Now edit your configuration.yaml file to reflect the SSL entries and your base U ```yaml http: - api_password: YOUR_PASSWORD ssl_certificate: /etc/letsencrypt/live/examplehome.duckdns.org/fullchain.pem ssl_key: /etc/letsencrypt/live/examplehome.duckdns.org/privkey.pem base_url: examplehome.duckdns.org