summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-dehydrated-tools.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-08 15:13:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-08 15:13:11 +0000
commite1099af2b23754503dd923759569eb9a377b5db4 (patch)
treeaa65fc34ae3c2ef400254299b82ef88b603685ae /debian/open-infrastructure-dehydrated-tools.config
parentMerging upstream version 20221108. (diff)
downloadopen-infrastructure-service-tools-e1099af2b23754503dd923759569eb9a377b5db4.tar.xz
open-infrastructure-service-tools-e1099af2b23754503dd923759569eb9a377b5db4.zip
Adding preseeding for preferred-chain in dehydrated.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-dehydrated-tools.config')
-rw-r--r--debian/open-infrastructure-dehydrated-tools.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/open-infrastructure-dehydrated-tools.config b/debian/open-infrastructure-dehydrated-tools.config
index c031c65..646f67f 100644
--- a/debian/open-infrastructure-dehydrated-tools.config
+++ b/debian/open-infrastructure-dehydrated-tools.config
@@ -17,6 +17,7 @@ then
db_set open-infrastructure-dehydrated-tools/key-algo "${KEY_ALGO}"
db_set open-infrastructure-dehydrated-tools/ocsp-fetch "${OCSP_FETCH}"
db_set open-infrastructure-dehydrated-tools/ocsp-must-staple "${OCSP_MUST_STAPLE}"
+ db_set open-infrastructure-dehydrated-tools/preferred-chain "${PREFERRED_CHAIN}"
fi
db_settitle open-infrastructure-dehydrated-tools/title
@@ -48,6 +49,10 @@ db_input low open-infrastructure-dehydrated-tools/ocsp-must-staple "${OCSP_MUST_
db_go
db_settitle open-infrastructure-dehydrated-tools/title
+db_input low open-infrastructure-dehydrated-tools/preferred-chain "${PREFERRED_CHAIN}" || true
+db_go
+
+db_settitle open-infrastructure-dehydrated-tools/title
db_input low open-infrastructure-dehydrated-tools/basedir "${BASEDIR}" || true
db_go