diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-29 22:14:48 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-29 22:15:19 +0200 |
commit | 0852c588d5557052af442cb1a3887f94046fa0f4 (patch) | |
tree | e1a0c94c8e58980168f29ae70bbc223e44b5c49d /interface-definitions | |
parent | be63194790559cca79bf1575094b4607b0500a0f (diff) | |
download | vyos-1x-0852c588d5557052af442cb1a3887f94046fa0f4.tar.gz vyos-1x-0852c588d5557052af442cb1a3887f94046fa0f4.zip |
https: pki: T3642: embed CA certificate into chain if specified
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index bb6f71744..f60df7c34 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -121,6 +121,7 @@ <help>TLS certificates</help> </properties> <children> + #include <include/pki/ca-certificate.xml.i> #include <include/pki/certificate.xml.i> <node name="certbot" owner="${vyos_conf_scripts_dir}/le_cert.py"> <properties> |