summaryrefslogtreecommitdiffstats
path: root/scripts/install-selfsign.sh
blob: 48325ca28938796648b2fe1faf2e2da057647617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -x

FORWARDER=`grep nameserver /etc/resolv.conf | awk '{print $2;}'`

ipa-server-install\
  -U\
  -r EXAMPLE.COM\
  -n example.com\
  -p Secret123\
  -a Secret123\
  --selfsign\
  --setup-dns\
  --no-ntp\
  --forwarder $FORWARDER