-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Custom csr support in _createcsr function #5098
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
Comments
Please upgrade to the latest code and try again first. Maybe it's already fixed. |
feature request? |
why not read the wiki page first: |
because after a signcsr i cant do a posthook and transfer it into a keystore with the to-pkcs function :(
|
As i already said i got this key error when the posthook triggers... the signcsr doesnt generate a key so there is no key in the folder /root/.acme.sh/acme.sh --signcsr --csr csr.pem --standalone --server xxxx --days 12 --post-hook "/root/.acme.sh/acme.sh --domain xxxx --to-pkcs12 --password changeit" [Mo 22. Apr 08:37:49 CEST 2024] Run post hook:'/root/.acme.sh/acme.sh --domain xxxxx --to-pkcs12 --password changeit' |
This works for me: _createcsr() { |
Hello everyone,
is it possible to provide and then use your own csr config for signing the certificates? I believe the _createcsr function does the generation of a CSR. The problem is that it always overwrites the existing config... :(
The text was updated successfully, but these errors were encountered: