mirror of
https://github.com/osmarks/ngircd.git
synced 2026-08-20 17:28:55 +00:00
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
cp ssl/cert-my-second-domain-tld.pem ssl/cert.pem
|
|
cp ssl/key-my-second-domain-tld.pem ssl/key.pem
|
|
cp ssl/dhparams-my-second-domain-tld.pem ssl/dhparams.pem
|
|
# -eof-
|