From cff6f03564de7d0203a71acb9816668303029422 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 26 Sep 2022 13:49:00 -0700 Subject: [PATCH] Note about file-mounting the CA bundle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75c4cd7..399cf17 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ If you are getting certificates from a private ACME server instead of Let's Encr * Set `CERTPROVIDER` to `custom` * Set `ACMEURL` to the URL of your ACME server -* Set `ACMECABUNDLE` to a base64-wrapped PEM file containing your trusted root CA certificate bundle. (Yes, this ends up being double-encoded.) +* Set `ACMECABUNDLE` to a base64-wrapped PEM file containing your trusted root CA certificate bundle. (Yes, this ends up being double-encoded.) Or, file mount your CA bundle at `/config/cabundle.pem`. ### Security and password protection