fix: add link to the guide to use ACME CA

This commit is contained in:
kurokobo 2021-11-26 08:47:56 -05:00
parent ad3bf32fef
commit 17674940b1

View file

@ -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.** - **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.** - **All information on the page is for development, testing and study purposes only.**
- See [📝`galaxy/README.md`](galaxy) for instructions. - 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**](builder)
- Use Ansible Builder to build our own Execution Environment. - Use Ansible Builder to build our own Execution Environment.
- See [📝`builder/README.md`](builder) for instructions. - See [📝`builder/README.md`](builder) for instructions.