1
0
Fork 0
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:
Denys Bielyshev 2019-06-21 15:33:05 +03:00 committed by GitHub
parent 4cc4ef7cee
commit f81ba1fa60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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