Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As an Enhancement the script would generate a P12 file.
The script takes to possible arguments the generated P12 file is created based on the files in the associated "npm-#" folders already generated by nginx-proxy-manager. This is only a bash script but if someone generates the front end for this script, it can be used to generate the P12 files by passing in the arguments from the front end.
`Options:
--npm Required. Name or identifier used for the certificate. Must be in the form 'npm-#'
--password Optional. Password to secure the PKCS#12 (.p12) file. If not provided the scipt will use the script default.
-h, --help Show this help message and exit.
Example:
./$SCRIPT_NAME --npm npm-123
./$SCRIPT_NAME --npm npm-123 --password secret123`
Original Enhancement Request: #4599