We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Portecle already has lots of capabilities required for a simple certification authority:
* creating/import of keys and certificates * generate certification requests * import CA replies
It would be useful extension, if Portecle could establish a simple self contained certification authority by providing tasks like:
* sign certification requests * generate a CRL
Reported by: felxator
The text was updated successfully, but these errors were encountered:
This would be great, this would turn portecle also as a mini pki software
missing features, by order of priority, are: -generate a internal CA -sign certification requests -revoke certificate -generate a CRL
tinyCA2 and easyrsa can be used as a guide of require features
Original comment by: higuita
Sorry, something went wrong.
scop
No branches or pull requests
Portecle already has lots of capabilities required for a simple certification authority:
* creating/import of keys and certificates
* generate certification requests
* import CA replies
It would be useful extension, if Portecle could establish a simple self contained certification authority by providing tasks like:
* sign certification requests
* generate a CRL
Reported by: felxator
The text was updated successfully, but these errors were encountered: