mirror of https://github.com/minio/minio.git
c39eb3bacd
Before ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x9f54f7] goroutine 1 [running]: crypto/x509.IsEncryptedPEMBlock(...) crypto/x509/pem_decrypt.go:105 github.com/minio/minio/internal/config.LoadX509KeyPair({0xc00061e270, 0x0}, {0xc00061e2d0, 0x25}) github.com/minio/minio/internal/config/certs.go:88 +0xf7 github.com/minio/pkg/certs.(*Manager).AddCertificate(0xc000576150, {0xc00061e270, 0x25}, {0xc00061e2d0, 0x25}) github.com/minio/pkg@v1.1.15/certs/certs.go:132 +0x368 github.com/minio/pkg/certs.NewManager({0x51f5910, 0xc00053e140}, {0xc00061e270, 0xc000580400}, {0xc00061e2d0, 0x25}, 0x4dc5880) github.com/minio/pkg@v1.1.15/certs/certs.go:97 +0x170 github.com/minio/minio/cmd.getTLSConfig() ``` After ``` ERROR Unable to load the TLS configuration: The private key is not readable > Please check your certificate ``` |
||
---|---|---|
.. | ||
api | ||
cache | ||
compress | ||
dns | ||
etcd | ||
heal | ||
identity | ||
notify | ||
policy/opa | ||
scanner | ||
storageclass | ||
subnet | ||
bool-flag.go | ||
bool-flag_test.go | ||
certs.go | ||
certs_test.go | ||
certsinfo.go | ||
config.go | ||
config_test.go | ||
constants.go | ||
crypto.go | ||
crypto_test.go | ||
errors-utils.go | ||
errors.go | ||
help.go | ||
legacy.go |