From 3fe29e038c6b192bed044ba6de5e4e181a686c5d Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Mon, 14 Dec 2020 18:11:38 -0500 Subject: [PATCH] Fix Vault link in README Change-Id: I8409e6c0add90a9676640ecb22dc2b3c44555ea2 --- src/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 8c60315..8a456fd 100644 --- a/src/README.md +++ b/src/README.md @@ -74,7 +74,11 @@ It is highly recommend that on the OpenStack charms side SSL/TLS be configured. We recommend deploying vault with a generated or uploaded certificate authority and relating to all OpenStack services. Optionally, ssl_ca, ssl_cert, and ssl_key can be configured on the OpenStack charms. -See also, [deploying vault](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-vault.html) and [certificate lifecycle management](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-certificate-management.html). + +> **Note**: For Vault deployment instructions see the [vault + charm][vault-charm]. For certificate management information read the + [Managing TLS certificates with Vault][cdg-vault-certs] section in the + [OpenStack Charms Deployment Guide][cdg]. Several key pairs can be used in a generic SAML exchange along with certificates containing public keys. Besides the pairs used for message-level @@ -278,3 +282,5 @@ For general charm questions refer to the [OpenStack Charm Guide][cg]. [cg]: https://docs.openstack.org/charm-guide [cdg]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide [lp-bugs-charm-keystone-saml-mellon]: https://bugs.launchpad.net/charm-keystone-saml-mellon/+filebug +[vault-charm]: https://jaas.ai/vault/ +[cdg-vault-certs]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-certificate-management.html