[pve-devel] [PATCH v2 node_config 1/1] node_config: Allow leading underscore in ACME aliases

2020-06-25 Thread Fabian Möller
--- PVE/NodeConfig.pm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm index ad49e288..c16e455f 100644 --- a/PVE/NodeConfig.pm +++ b/PVE/NodeConfig.pm @@ -25,6 +25,16 @@ PVE::JSONSchema::register_format('pve-acme-domain', sub {

[pve-devel] [PATCH v2 node_config 0/1] node_config: Allow leading underscore in ACME aliases

2020-06-25 Thread Fabian Möller
CLA is signed. Created a v2 with the suggested changes. Fabian Möller (1): node_config: Allow leading underscore in ACME aliases PVE/NodeConfig.pm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) -- 2.27.0 ___ pve-devel mailing

[pve-devel] [PATCH node_config 0/1] Allow leading underscore in ACME aliases

2020-06-22 Thread Fabian Möller
add a new `pve-acme-alias` schema format differentiate between ACME domains and aliases. [1]: https://stackoverflow.com/a/2183140 Fabian Möller (1): node_config: Allow leading underscore in ACME aliases PVE/NodeConfig.pm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion

[pve-devel] [PATCH node_config 1/1] node_config: Allow leading underscore in ACME aliases

2020-06-22 Thread Fabian Möller
--- PVE/NodeConfig.pm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm index ad49e288..017f6b30 100644 --- a/PVE/NodeConfig.pm +++ b/PVE/NodeConfig.pm @@ -25,6 +25,16 @@ PVE::JSONSchema::register_format('pve-acme-domain', sub {