fix function comment
This commit is contained in:
parent
5667ea5d67
commit
c934509309
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func CreateCACert(ca []byte) (*ingress.SSLCert, error) {
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// StoreSSLCert creates a .pem file with content PemCertKey from the given sslCert
|
// StoreSSLCertOnDisk creates a .pem file with content PemCertKey from the given sslCert
|
||||||
// and sets relevant remaining fields of sslCert object
|
// and sets relevant remaining fields of sslCert object
|
||||||
func StoreSSLCertOnDisk(fs file.Filesystem, name string, sslCert *ingress.SSLCert) error {
|
func StoreSSLCertOnDisk(fs file.Filesystem, name string, sslCert *ingress.SSLCert) error {
|
||||||
pemFileName, _ := getPemFileName(name)
|
pemFileName, _ := getPemFileName(name)
|
||||||
|
|
Loading…
Reference in a new issue