minio 使用 lego 实现 https
minio 使用 lego 实现 https 访问
minio 提供两种 https 访问。
推荐 在启动过程中使用
certs证书。 此种方法最后只提供https访问。使用 https 代理。
| |
| |
troubleshoot
the ECDSA curve ‘P-384’ is not supported
ERROR Unable to load the TLS configuration: tls: the ECDSA curve 'P-384' is not supported
> Please check your certificate
minio 默认不支持 P-384 算法。 生成密钥的时候, 使用其他算法即可。
https://github.com/minio/minio/issues/7698#issuecomment-496399521
解决方式
在使用
lego
时, 使用非默认参数。
例如添加 --key-type rsa2048 参数。
| |
lego.sh生成证书全文如下
| |
- 原文链接:https://typonotes.com/posts/2020/11/13/minio-with-lego/
- 本文为原创文章,转载注明出处。
- 欢迎 扫码关注公众号
Go与云原生或 订阅网站 https://typonotes.com/ 。 - 第一时间看后续精彩文章。觉得好的话,请猛击文章右下角「在看」,感谢支持。


