Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Fix RBAC privilege escalation errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custodio <brunomcustodio@gmail.com>
  • Loading branch information
bmcustodio committed May 9, 2018
1 parent 9445730 commit 1731435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/make-certs-master.sh
Expand Up @@ -37,5 +37,5 @@ cp $pem_ca $pem_ca_key /vagrant/artifacts/tls

# Generate admin
openssl genrsa -out $pem_admin_key 2048
openssl req -new -key $pem_admin_key -out $pem_admin_csr -subj "/CN=kube-admin"
openssl req -new -key $pem_admin_key -out $pem_admin_csr -subj "/CN=kube-admin/O=system:masters"
openssl x509 -req -in $pem_admin_csr -CA $pem_ca -CAkey $pem_ca_key -CAcreateserial -out $pem_admin -days 365

0 comments on commit 1731435

Please sign in to comment.