GitBook: [master] one page modified

This commit is contained in:
Chris Busch
2021-02-09 14:02:31 +00:00
committed by gitbook-bot
parent 8cd55192e8
commit 5ed4e4284c

View File

@@ -113,7 +113,7 @@ When Terraform completes the following should have emitted:
TIP Controller services use SSL certificates to ensure inter-service security. These certificates must be generated. To generate TIP Controller certificates, navigate out of the tip-wlan-cloud directory to a directory where cloning the TIP PKI repository may occur: TIP Controller services use SSL certificates to ensure inter-service security. These certificates must be generated. To generate TIP Controller certificates, navigate out of the tip-wlan-cloud directory to a directory where cloning the TIP PKI repository may occur:
```text ```text
git clone https://github.com/Telecominfraproject/wlan-pki-cert-scripts.githelm dependency update tip-wlan git clone https://github.com/Telecominfraproject/wlan-pki-cert-scripts.git
``` ```
Enter the PKI directory and the configs sub-directory `cd /wlan-pki-cert-scripts/configs` Enter the PKI directory and the configs sub-directory `cd /wlan-pki-cert-scripts/configs`
@@ -141,6 +141,12 @@ From within the `wlan-pki-cert-scripts` folder execute `./generate_all.sh` scrip
Copy the generated keys assuming the wlan-cloud-helm folder is at the same level as the wlan-pki-certs folder per: `./copy-certs-to-helm.sh ~/wlan-cloud-helm/` Copy the generated keys assuming the wlan-cloud-helm folder is at the same level as the wlan-pki-certs folder per: `./copy-certs-to-helm.sh ~/wlan-cloud-helm/`
{% hint style="info" %}
`Note within the wlan-pki-cert-scripts folder, a subfolder /generated is present after key creation.`
`The AP.zip archive in the generated folder contains the Access Point certificates for loading onto APs in the AP /usr/opensync/certs device folder`
{% endhint %}
### Satisfy Cloud Deployment Charts ### Satisfy Cloud Deployment Charts
Certain TIP Charts have upstream dependencies, form the wlan-cloud-helm folder execute: Certain TIP Charts have upstream dependencies, form the wlan-cloud-helm folder execute: