• Eric Paris's avatar
    Do not create subject alt dns names for kubelet self signed certs · cde68d29
    Eric Paris authored
    PR #10643 Started adding the dns names for the kubernetes master to self
    sign certs which were created. The kubelet uses this same code, and thus
    the kubelet cert started saying it was valid for these name as well.
    While hardless, the kubelet cert shouldn't claim to be these things. So
    make the caller explicitly list both their ip and dns subject alt names.
    cde68d29
crypto.go 4.94 KB