diff options
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/Makefile.in | 2 | ||||
-rw-r--r-- | rpkid/rpki-confgen.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 3d2438ae..35b26617 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -210,7 +210,7 @@ examples/rpki.conf: rpki/autoconf.py rpki-confgen.py rpki-confgen.xml --set myrpki::handle=`hostname -f | sed 's/[.]/_/g'` \ --set myrpki::rpkid_server_host=`hostname -f` \ --set myrpki::pubd_server_host=`hostname -f` \ - --set web_portal::django-secret-key=`${GENERATE_DJANGO_SECRET_KEY}` \ + --set web_portal::secret-key=`${GENERATE_DJANGO_SECRET_KEY}` \ --write-conf $@ install:: diff --git a/rpkid/rpki-confgen.xml b/rpkid/rpki-confgen.xml index 135b94e2..b92b4ae4 100644 --- a/rpkid/rpki-confgen.xml +++ b/rpkid/rpki-confgen.xml @@ -718,7 +718,7 @@ </doc> </option> - <option name = "django-secret-key" + <option name = "secret-key" value = ""> <doc> Site-specific secret key for Django. |