We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10496b3 + c1dca0a commit 815efa2Copy full SHA for 815efa2
cmd/kubeadm/app/util/pkiutil/pki_helpers.go
@@ -49,14 +49,10 @@ import (
49
)
50
51
const (
52
- // PrivateKeyBlockType is a possible value for pem.Block.Type.
53
- PrivateKeyBlockType = "PRIVATE KEY"
54
// PublicKeyBlockType is a possible value for pem.Block.Type.
55
PublicKeyBlockType = "PUBLIC KEY"
56
// CertificateBlockType is a possible value for pem.Block.Type.
57
CertificateBlockType = "CERTIFICATE"
58
- // RSAPrivateKeyBlockType is a possible value for pem.Block.Type.
59
- RSAPrivateKeyBlockType = "RSA PRIVATE KEY"
60
61
62
// CertConfig is a wrapper around certutil.Config extending it with EncryptionAlgorithm.
0 commit comments