diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-31 18:52:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 18:52:47 +0200 |
commit | c4d824d57d696bcf0e2a1e8e0fd87078e6eaadd3 (patch) | |
tree | 9748f854777466d12694698b14e00bc5d655692d /interface-definitions | |
parent | 6a303c25207f08e6872a1e15211385c9bd458203 (diff) | |
parent | df039e9c797a24e4599d6d0b3bacfabfef894bfd (diff) | |
download | vyos-1x-c4d824d57d696bcf0e2a1e8e0fd87078e6eaadd3.tar.gz vyos-1x-c4d824d57d696bcf0e2a1e8e0fd87078e6eaadd3.zip |
Merge pull request #1344 from sarthurdev/pki_update
pki: T3642: Update conf scripts using changed PKI objects
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/pki.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in index 6d137c2ce..c4fde2c78 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -3,6 +3,7 @@ <node name="pki" owner="${vyos_conf_scripts_dir}/pki.py"> <properties> <help>VyOS PKI configuration</help> + <priority>300</priority> </properties> <children> <tagNode name="ca"> |