我正在尝试使用OpenSSL生成docker的签名证书,但是当尝试使用Extfile.cnf实际生成签名证书时,我似乎正在遇到错误
。
当涉及到步骤时,签名证书:“
我收到错误:” x509:config文件“ extfile.cnf”的第1行上的错误,“
我确定这不是docker的特定或任何东西,并且与openssl本身有关。
有人可以在这里帮助我吗?谢谢
OpenSSL版本:OpenSSL 1.1.1L 2021年8月24日
I am trying to generate a signed certificate for docker using openssl, but I seem to be running into an error when trying to actually generate the signed certificate using the extfile.cnf
I am essentially following this guide:
https://docs.docker.com/engine/security/protect-access/#use-tls-https-to-protect-the-docker-daemon-socket
When it comes to the step "Now, generate the signed certificate:"
I get the error: "x509: Error on line 1 of config file "extfile.cnf""
I am sure this is not docker specific or anything, and relates to openssl itself.
Can someone assist me here? thanks
OpenSSL version: OpenSSL 1.1.1l 24 Aug 2021
发布评论
评论(1)
请使用更改您的Extfile.cnf
文件
Please change your extfile.cnf file with
Hopefully will work for you