From 2279af3204a62ddaa161fcbc00a15d9839855df1 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 16 Jul 2018 16:48:41 +0100 Subject: [PATCH] Tweak wording in privkey passphrase prompt. --- httpd-ssl-pass-dialog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) : "