From 6f66e71e4622c54058b8689d4be730905d69fe22 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:08:58 +0200 Subject: pki: T3642: New PKI config and management --- interface-definitions/pki.xml.in | 203 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 interface-definitions/pki.xml.in (limited to 'interface-definitions/pki.xml.in') diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in new file mode 100644 index 000000000..e818ae438 --- /dev/null +++ b/interface-definitions/pki.xml.in @@ -0,0 +1,203 @@ + + + + + VyOS PKI configuration + + + + + Certificate Authority + + + + + CA certificate in PEM format + + + + + Description + + + + + CA private key in PEM format + + + + + CA private key in PEM format + + + + + CA private key is password protected + + + + + + + + Certificate revocation list in PEM format + + + + + + + + Certificate + + + + + Certificate in PEM format + + + + + Description + + + + + Certificate private key + + + + + Certificate private key in PEM format + + + + + Certificate private key is password protected + + + + + + + + If CA is present, this certificate will be included in generated CRLs + + + + + + + + Diffie-Hellman parameters + + + + + DH parameters in PEM format + + + + + + + Public and private keys + + + + + Public key + + + + + Public key in PEM format + + + + + + + Private key + + + + + Private key in PEM format + + + + + Private key is password protected + + + + + + + + + + OpenVPN keys + + + + + OpenVPN TLS auth key + + + + + OpenVPN TLS auth key data + + + + + OpenVPN TLS auth key version + + + + + + + + + X509 Settings + + + + + X509 Default Values + + + + + Default country + + GB + + + + Default state + + Some-State + + + + Default locality + + Some-City + + + + Default organization + + VyOS + + + + + + + + -- cgit v1.2.3