-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Ability to sign a CSR using api. #250
Comments
I have same problem curl -k -X 'POST' 'https://hostnameXXX/api/v1/system/certificate' {"status":"bad request","code":400,"return":1032,"message":"Unsupported certificate management method specified","data":[]} |
@devatnull @DTvGe45vc Both feature are available in the web ui. My CA platform (ce version) is not supporting acme. Currently I'm automating the certificate replacement process, that also include the generation of CSR and load of Cert (sign a pfsense CSR with a external CA). I will try to do a PR for that. But I think this only partly related to this issue, maybe to DTvGe45vc request. |
Is your feature request related to existing pfSense functionality that is missing from the API? Please describe.
Can not sign a CSR using the api.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I would like to sign a CSR.
Describe alternatives you've considered
Implementing methods to createcert function would be fine i believe.(user must know the CA refid first.)
Additional context
Output:
The text was updated successfully, but these errors were encountered: