Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何生成 windows iis 用的pfx文件? #5144

Closed
zhans1099 opened this issue May 9, 2024 · 3 comments
Closed

请问如何生成 windows iis 用的pfx文件? #5144

zhans1099 opened this issue May 9, 2024 · 3 comments

Comments

@zhans1099
Copy link

我用了先生成nginx用的pem和用key然后用openssl将pem和key生成 pfx但是导入的时候一直提示密码
我用openssl导出时输入的密码 或者设置为不需要密码均不可
请问应该如何操作?

Copy link

github-actions bot commented May 9, 2024

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

@webprofusion-chrisc
Copy link

You can set a password then use that when you import the PFX into the machine certificate store, or you could just use https://certifytheweb.com (which I develop) on Windows as it has native PFX and IIS support, there are also other command line based clients on Windows if you prefer. https://acmeclients.com/

@Neilpang
Copy link
Member

Neilpang commented May 9, 2024

acme.sh  --to-pkcs12    -d xxxx ......

@Neilpang Neilpang closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants