nginx/nginx-ssl-pass-dialog
Luboš Uhliarik 0dcca1b3f5 Resolves: #2170808 - 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-08-07 14:34:34 +02:00

4 lines
92 B
Bash
Executable File

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