add ca service

This commit is contained in:
Artur Gurgul 2025-08-13 07:06:53 +02:00
parent ca5d4c4b72
commit 8bbf7d31a5
10 changed files with 87 additions and 3 deletions

View file

@ -17,9 +17,11 @@ subcommand = ARGV.shift&.to_sym
arg1 = ARGV[0] && ARGV[0] !~ /^-/ ? ARGV.shift : nil
arg2 = ARGV[0] && ARGV[0] !~ /^-/ ? ARGV.shift : nil
$domains = ["mediacenter.lan"]
$ips = ["192.168.0.94"]
# $domains = ["mediacenter.lan"]
# $ips = ["192.168.0.94"]
$domains = ["testing.self"]
$ips = ["127.0.0.2"]
$ips = []
### Setting up for client
$cn = $domains.first