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
Currently the serial number for CA certificate is set to a fixed value (1000) every time:
https://github.com/Alfresco/alfresco-ssl-generator/blob/master/ssl-tool/run.sh#L183
Improvement
When creating the CA, a unique serial number should be generated.
The code needs to be adapted to use openssl ca -create_serial feature.
openssl ca -create_serial
Reference: https://github.com/ecm4u/alf-genssl/blob/main/alf-genssl.sh#L76
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the serial number for CA certificate is set to a fixed value (1000) every time:
https://github.com/Alfresco/alfresco-ssl-generator/blob/master/ssl-tool/run.sh#L183
Improvement
When creating the CA, a unique serial number should be generated.
The code needs to be adapted to use
openssl ca -create_serial
feature.Reference: https://github.com/ecm4u/alf-genssl/blob/main/alf-genssl.sh#L76
The text was updated successfully, but these errors were encountered: