Logoj0ke.net Open Build Service > Projects > home:jg:http-itk > httpd-itk > httpd-ssl-pass-dialog
Sign Up | Log In

File httpd-ssl-pass-dialog of Package httpd-itk

 
1
#!/bin/sh
2
3
exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2) : "
4