Merge f84f8e3b0e into c2b572bae0
This commit is contained in:
commit
68b3fe7fcd
|
|
@ -496,7 +496,7 @@ client certificate and the CA certificate respectively, you can generate the
|
||||||
required Secret using the `flux create secret tls` command:
|
required Secret using the `flux create secret tls` command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flux create secret tls --tls-key-file=client.key --tls-crt-file=client.crt --ca-crt-file=ca.crt
|
flux create secret tls example-tls --key-file=client.key --cert-file=client.crt --ca-file=ca.crt
|
||||||
```
|
```
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
|
||||||
|
|
@ -295,7 +295,7 @@ client certificate and the CA certificate respectively, you can generate the
|
||||||
required Secret using the `flux create secret tls` command:
|
required Secret using the `flux create secret tls` command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flux create secret tls --tls-key-file=client.key --tls-crt-file=client.crt --ca-crt-file=ca.crt
|
flux create secret tls example-tls --key-file=client.key --cert-file=client.crt --ca-file=ca.crt
|
||||||
```
|
```
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue