Skip to content

Commit 11ed832

Browse files
authored
Docs: MacOS -> macOS
1 parent fb9cd79 commit 11ed832

File tree

1 file changed

+3
-3
lines changed
  • docs/Manual/Deployment/Kubernetes

1 file changed

+3
-3
lines changed

docs/Manual/Deployment/Kubernetes/Tls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ kubectl get secret <deploy-name>-ca --template='{{index .data "ca.crt"}}' | base
2626
To install a CA certificate in Windows, follow the
2727
[procedure described here](http://wiki.cacert.org/HowTo/InstallCAcertRoots).
2828

29-
### MacOS
29+
### macOS
3030

31-
To install a CA certificate in MacOS, run:
31+
To install a CA certificate in macOS, run:
3232

3333
```bash
3434
sudo /usr/bin/security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ca.crt
3535
```
3636

37-
To uninstall a CA certificate in MacOS, run:
37+
To uninstall a CA certificate in macOS, run:
3838

3939
```bash
4040
sudo /usr/bin/security remove-trusted-cert -d ca.crt

0 commit comments

Comments
 (0)