Auto-generate interca.conf and rootca.conf

* configure.ac: Add interca.conf.in and rootca.conf.in to AC_CONFIG_FILES
* tests/certs/interca.conf: Removed
* tests/certs/rootca.conf: Removed
* tests/certs/interca.conf.in: New file
* tests/certs/rootca.conf.in: New file
This commit is contained in:
Tim Rühsen 2017-05-09 16:04:48 +02:00
parent b5c2d083ea
commit 4669ba5e0c
3 changed files with 4 additions and 3 deletions

View File

@ -784,7 +784,8 @@ dnl Create output
dnl
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile
po/Makefile.in tests/Makefile
lib/Makefile testenv/Makefile])
lib/Makefile testenv/Makefile
tests/certs/interca.conf tests/certs/rootca.conf])
AC_CONFIG_HEADERS([src/config.h])
AC_OUTPUT

View File

@ -6,7 +6,7 @@ issuerAltName=issuer:copy
authorityKeyIdentifier=keyid:always
[ myca ]
dir = ./certs/
dir = @abs_srcdir@
new_certs_dir = ./
unique_subject = no
certificate = interca.crt

View File

@ -6,7 +6,7 @@ issuerAltName=issuer:copy
authorityKeyIdentifier=keyid:always
[ myca ]
dir = ./certs/
dir = @abs_srcdir@
new_certs_dir = ./
unique_subject = no
certificate = $dir/test-ca-cert.pem