Merge f84f8e3b0e
into 32967c32c3
This commit is contained in:
commit
c1d5060f8c
|
@ -496,7 +496,7 @@ client certificate and the CA certificate respectively, you can generate the
|
|||
required Secret using the `flux create secret tls` command:
|
||||
|
||||
```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:
|
||||
|
|
|
@ -295,7 +295,7 @@ client certificate and the CA certificate respectively, you can generate the
|
|||
required Secret using the `flux create secret tls` command:
|
||||
|
||||
```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:
|
||||
|
|
Loading…
Reference in New Issue