diff options
Diffstat (limited to 'rpkid/examples/rpki.conf')
-rw-r--r-- | rpkid/examples/rpki.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/rpkid/examples/rpki.conf b/rpkid/examples/rpki.conf index 9ad7e3d0..84d7109c 100644 --- a/rpkid/examples/rpki.conf +++ b/rpkid/examples/rpki.conf @@ -308,7 +308,7 @@ rpki-root-cert-uri = rsync://${myrpki::publication_rsync_server}/${myrpki: # Private key corresponding to rootd's root RPKI certificate -rpki-root-key = ${myrpki::bpki_servers_directory}/ca.key +rpki-root-key = ${myrpki::bpki_servers_directory}/root.key # Filename (as opposed to rsync URI) of rootd's root RPKI certificate @@ -368,6 +368,16 @@ root_cert_manifest = rsync://${myrpki::publication_rsync_server}/${myrpki::publ ################################################################# +# Glue to allow the django application to pull user configuration +# from this file rather than directly editing settings.py + +[web_portal] +sql-database = ${myrpki::irdbd_sql_database} +sql-username = ${myrpki::irdbd_sql_username} +sql-password = ${myrpki::irdbd_sql_password} + +################################################################# + # Constants for OpenSSL voodoo portion of this file, to make them # easier to find. |