From 2279af3204a62ddaa161fcbc00a15d9839855df1 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jul 16 2018 15:48:41 +0000 Subject: Tweak wording in privkey passphrase prompt. --- diff --git a/httpd-ssl-pass-dialog b/httpd-ssl-pass-dialog index 1e850cd..79318a6 100755 --- a/httpd-ssl-pass-dialog +++ b/httpd-ssl-pass-dialog @@ -1,3 +1,3 @@ #!/bin/sh -exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2) : " +exec /bin/systemd-ask-password "Enter TLS private key passphrase for $1 ($2) : "