This commit is contained in:
Stéphane Este-Gracias 2025-06-28 10:39:08 +00:00 committed by GitHub
commit c1d5060f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: