nginx/nginx-ssl-pass-dialog
Luboš Uhliarik bd90c5a568 Resolves: #2224582 - Running nginx with systemctl and entering ssl private key's pass phrase
- added new ssl_pass_phrase_dialog directive which enables setting
external program for entering password for encrypted private key
2023-07-21 17:35:13 +02:00

4 lines
92 B
Bash
Executable File

#!/bin/sh
exec /bin/systemd-ask-password "Enter TLS private key passphrase for $1 ($2) : "