]> WPIA git - infra.git/blob - modules/gigi/templates/cassiopeia-client-conf.epp
initial import
[infra.git] / modules / gigi / templates / cassiopeia-client-conf.epp
1 <% if ($signerLocation == 'self') { %>
2 serialPath=/var/lib/cassiopeia/serial
3 <% } else { %>
4 serialPath=<%=$signerLocation%>
5 <% } %>
6 sql.host=<%=$gigi_pg_ip%>
7 sql.user=gigi
8 sql.password=<%=$gigi_pg_password%>
9 sql.database=gigi
10 key.directory=/var/lib/wpia-gigi/keys
11
12 crlPrefix=http://g2.crl.<%=$systemDomain%>
13 crtPrefix=http://g2.crt.<%=$systemDomain%>