mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
Generate mock certificates for ca-less installation
This commit is contained in:
committed by
Thomas Woerner
parent
4221213f1e
commit
07d7e2fa86
@@ -57,23 +57,15 @@ master=$1
|
||||
if [ -z "$master" ]; then
|
||||
echo "ERROR: master is not set"
|
||||
echo
|
||||
echo "usage: $0 master-fqdn replica-fqdn domain"
|
||||
echo "usage: $0 master-fqdn domain"
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
replica=$2
|
||||
if [ -z "$master" ]; then
|
||||
echo "ERROR: replica is not set"
|
||||
echo
|
||||
echo "usage: $0 master-fqdn replica-fqdn domain"
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
domain=$3
|
||||
domain=$2
|
||||
if [ -z "$domain" ]; then
|
||||
echo "ERROR: domain is not set"
|
||||
echo
|
||||
echo "usage: $0 master-fqdn replica-fqdn domain"
|
||||
echo "usage: $0 master-fqdn domain"
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user