mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Update installation.md
This commit is contained in:
parent
4cc4ef7cee
commit
f81ba1fa60
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ openssl req -new -key webhook.key -out webhook.csr -subj "/C=US/ST=test /L=test
|
|||
openssl x509 -req -in webhook.csr -CA rootCA.crt -CAkey rootCA.key -CAcreateserial -out webhook.crt -days 1024 -sha256
|
||||
````
|
||||
|
||||
The following files will be generated and can be used to create Kubernetes secrets:
|
||||
Among the files that will be generated, you can use the following files to create Kubernetes secrets:
|
||||
- rootCA.crt
|
||||
- webhooks.crt
|
||||
- webhooks.key
|
||||
|
|
Loading…
Add table
Reference in a new issue