Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 416 Bytes

https://coffeewhale.com/kubernetes/authentication/x509/2020/05/02/auth01/ 1 ~ 3

Step 1 - with server certificate only

generateRootCertificateAuthority.sh

generateServerCA.sh

createNginxConf.sh
runNginxContainer.sh

testHTTPSConnection.sh

Step 2 - with server, client certificate

generateClientCA.sh

createNginxConfVerifyClient.sh
runNginxContainer.sh

testHTTPSConnectionWithClientCA.sh