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