From 17674940b1c17478febbfd62f6201c35f6fed446 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Fri, 26 Nov 2021 08:47:56 -0500 Subject: [PATCH] fix: add link to the guide to use ACME CA --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f4fa0f0..f8a905c 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,9 @@ kubectl apply -f awx-secret-tls.yaml - **Note that the containerized implementation of Galaxy NG is not supported at this time.** - **All information on the page is for development, testing and study purposes only.** - See [📝`galaxy/README.md`](galaxy) for instructions. +- [📁 **Use SSL Certificate from Public ACME CA**](acme) + - To use a certificate from public ACME CA such as Let's Encrypt or ZeroSSL instead of Self-Signed certificate. + - See [📝`acme/README.md`](acme) for instructions. - [📁 **Use Ansible Builder**](builder) - Use Ansible Builder to build our own Execution Environment. - See [📝`builder/README.md`](builder) for instructions.