Fix integration test for install.

This commit is contained in:
Jakub Warmuz
2015-06-26 13:26:09 +00:00
parent 7d775ae9f3
commit c8dc9af7bf
2 changed files with 11 additions and 4 deletions
+3 -2
View File
@@ -25,16 +25,17 @@ common() {
common --domains le1.wtf auth
common --domains le2.wtf run
common --domains le3.wtf install
export CSR_PATH="${root}/csr.der" OPENSSL_CNF=examples/openssl.cnf
./examples/generate-csr.sh le4.wtf
./examples/generate-csr.sh le3.wtf
common auth --csr "$CSR_PATH" \
--cert-path "${root}/csr/cert.pem" \
--chain-path "${root}/csr/chain.pem"
openssl x509 -in "${root}/csr/0000_cert.pem" -text
openssl x509 -in "${root}/csr/0000_chain.pem" -text
common --domain le3.wtf install --cert-path "${root}/csr/cert.pem"
# the following assumes that Boulder issues certificates for less than
# 10 years, otherwise renewal will not take place
cat <<EOF > "$root/conf/renewer.conf"