dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
374 stars 138 forks source link

EST generate SSL certificate #4863

Closed fmarco76 closed 1 month ago

fmarco76 commented 1 month ago

EST integration in pkispawn has been modified to perform its operations during the corresponding steps of other subsystem. Additionally, if the SSL certificate is not provided then it will be created. To create the certificate the EST user credentials and relative profile is used. The CI test for EST in a separate instance, which use ssl certificate from a pkcs12 bundle, has been moved to a new test while the original has been modified to generate the SSL certificate.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

fmarco76 commented 1 month ago

@edewata Thanks!