Update 04-certificate-authority.md (#349)

adjusted the expected output the reflect the actual output of the command
pull/634/head
Bakerstreetsoriginal 2024-09-04 06:46:23 +02:00 committed by GitHub
parent de7c54a8a5
commit e76cb25fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 1 deletions

View File

@ -364,7 +364,25 @@ Run the following, and select option 1 to check all required certificates were g
Expected output: Expected output:
``` ```
PKI generated correctly! The selected option is 1, proceeding the certificate verification of Master node
ca cert and key found, verifying the authenticity
ca cert and key are correct
kube-apiserver cert and key found, verifying the authenticity
kube-apiserver cert and key are correct
kube-controller-manager cert and key found, verifying the authenticity
kube-controller-manager cert and key are correct
kube-scheduler cert and key found, verifying the authenticity
kube-scheduler cert and key are correct
service-account cert and key found, verifying the authenticity
service-account cert and key are correct
apiserver-kubelet-client cert and key found, verifying the authenticity
apiserver-kubelet-client cert and key are correct
etcd-server cert and key found, verifying the authenticity
etcd-server cert and key are correct
admin cert and key found, verifying the authenticity
admin cert and key are correct
kube-proxy cert and key found, verifying the authenticity
kube-proxy cert and key are correct
``` ```
If there are any errors, please review above steps and then re-verify If there are any errors, please review above steps and then re-verify