summaryrefslogtreecommitdiffstats
path: root/dogtag-10.0/ds-create.sh
blob: 759160bb700f3e4990586f347ecc897e59494a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -x

setup-ds.pl --silent --\
	General.FullMachineName=$HOSTNAME\
	General.SuiteSpotUserID=nobody\
	General.SuiteSpotGroup=nobody\
	slapd.ServerPort=389\
	slapd.ServerIdentifier=pki-tomcat\
	slapd.Suffix=dc=example,dc=com\
	slapd.RootDN="cn=Directory Manager"\
	slapd.RootDNPwd=Secret123