add ca service
This commit is contained in:
parent
ca5d4c4b72
commit
8bbf7d31a5
10 changed files with 87 additions and 3 deletions
8
bin/ssl
8
bin/ssl
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue