diff options
Diffstat (limited to 'httpd-ssl-pass-dialog')
-rwxr-xr-x | httpd-ssl-pass-dialog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httpd-ssl-pass-dialog b/httpd-ssl-pass-dialog new file mode 100755 index 0000000..1e850cd --- /dev/null +++ b/httpd-ssl-pass-dialog @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2) : " |