📌  相关文章
📜  openssl 错误主题不以''开头 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:14.296000             🧑  作者: Mango

代码示例1
This openssl issue on windows is specific to MinGW/MSYS which is commonly used as part of the Git for Windows package.

The solution is to pass the -subj argument with leading // (double forward slashes) and then use \ (backslashes) to separate the key/value pairs. Like this:

-subj "//C=GB\ST=someplace\L=Provo\O=Achme\CN=${FQDN}"