summaryrefslogtreecommitdiffstats
path: root/scripts/install-selfsign.sh
blob: 27984e181b95214972d4ba4d239deea95da61962 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh +x

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