We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9cd79 commit 11ed832Copy full SHA for 11ed832
docs/Manual/Deployment/Kubernetes/Tls.md
@@ -26,15 +26,15 @@ kubectl get secret <deploy-name>-ca --template='{{index .data "ca.crt"}}' | base
26
To install a CA certificate in Windows, follow the
27
[procedure described here](http://wiki.cacert.org/HowTo/InstallCAcertRoots).
28
29
-### MacOS
+### macOS
30
31
-To install a CA certificate in MacOS, run:
+To install a CA certificate in macOS, run:
32
33
```bash
34
sudo /usr/bin/security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ca.crt
35
```
36
37
-To uninstall a CA certificate in MacOS, run:
+To uninstall a CA certificate in macOS, run:
38
39
40
sudo /usr/bin/security remove-trusted-cert -d ca.crt
0 commit comments