forked from rpms/nginx
4 lines
92 B
4 lines
92 B
1 year ago
|
#!/bin/sh
|
||
|
|
||
|
exec /bin/systemd-ask-password "Enter TLS private key passphrase for $1 ($2) : "
|