mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 12:50:13 +08:00
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:
parent
b5c2d083ea
commit
4669ba5e0c
@ -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
|
||||
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user