Details
Assignee
UnassignedUnassignedReporter
Brad WoodBrad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Brad Wood
Brad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 4 June 2020 at 23:45
Updated 21 December 2024 at 22:33
The SSLCertificateInstall() function is incredibly handy, but since it needs to be run on a running Lucee server, it makes it hard to use in an automated fashion, such as during a docker build. I can run the function easily from the CommandBox CLI for example, but I can't point the function to a different key store. Enhance the function to take additional optional arguments
key store path – Default to Lucee's key store
key store password – default to "changeit"
That would allow this handy function to be more versatile.
https://docs.lucee.org/reference/functions/sslcertificateinstall.html