aws-samples / aws-kube-code-service

The Code Services Continuous Deployment reference architecture demonstrates how to achieve continuous deployment of an application to a Kubernetes cluster using AWS CodePipeline, AWS CodeCommit, AWS CodeBuild and AWS Lambda.
Apache License 2.0
190 stars 159 forks source link

how are your client cert and client key generated? #13

Open yuanlinios opened 5 years ago

yuanlinios commented 5 years ago

I only see CLIENT_CERT and CLIENT_KEY are used as input parameters, but how do you generated them? I doubt if it is possible since the kubernetes CA is out of control of a user

Nubtify commented 4 years ago

I only see CLIENT_CERT and CLIENT_KEY are used as input parameters, but how do you generated them? I doubt if it is possible since the kubernetes CA is out of control of a user

Hello, have you found the solution to this yet?

Thanks