mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 15:40:25 +00:00
11 lines
205 B
PHP
11 lines
205 B
PHP
|
count = 1;
|
||
|
keypair {
|
||
|
privkey = "YOUR_PRIVATE_KEY";
|
||
|
type = "kex";
|
||
|
algorithm = "curve25519";
|
||
|
id = "YOUR_ID";
|
||
|
pubkey = "YPUR_PUBLIC_KEY";
|
||
|
encoding = "base32";
|
||
|
}
|
||
|
encrypted_only = true;
|