-
Notifications
You must be signed in to change notification settings - Fork 208
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
Implement full command-line support for XCA #556
Comments
Afaik, XCA itself is a GUI wrapper for command line utility openssl. Command line procedure is itself implemented on openssl. |
I want to use the same database as XCA use |
XCA uses OpenSSL library calls for the crypto stuff and does not execute the openssl binary. https://www.hohnstaedt.de/xca/index.php/documentation/manual
Sounds like a lot of work for me. Providing (as well as parsing) all the details about a new certificate for example can be very cumbersome on the commandline. What is your use-case |
I want to create A PHP script to issue/renew/auto-renew CRTs and export them to the server. |
Basically everything is available.
Or get the item with
I did not test it, but I guess it will work. |
Implementing full command-line support for XCA will allow the users to develop APIs to automate the processes of XCA.
The text was updated successfully, but these errors were encountered: