rancher / dynamiclistener

Apache License 2.0
17 stars 61 forks source link

What does it mean when Rancher certificate shows "Common Name (CN) dynamiclistener-ca" #24

Closed ainiml closed 4 years ago

ainiml commented 4 years ago

https://github.com/rancher/dynamiclistener/blob/52ede5ec92345823115cb4dc2c2b15931f572a1f/factory/ca.go#L19

image

brandond commented 4 years ago

It's just using a self-signed CA to secure communication between internal components. The names are not particularly significant, other than that they can be useful to identify what component us using those certs. If you have any specific questions about how or why it's doing this you might drop by on Slack.