]> git.proxmox.com Git - pmg-api.git/commit
fix #2437: api: Add endpoint for managing tls_inbound_domains entries
authorChristoph Heiss <c.heiss@proxmox.com>
Mon, 20 Mar 2023 10:35:46 +0000 (11:35 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 20 Mar 2023 18:42:54 +0000 (19:42 +0100)
commitc1ecd1602f63d84948486b01be6216404052a462
tree95a199539b22f8edc03317c84abd171bba95e6c0
parentfbb8db63c1a5cc91c48470b947446ab4852c56fc
fix #2437: api: Add endpoint for managing tls_inbound_domains entries

Add a new API endpoint `/config/tlsinbounddomains` for managing entries
of the `tls_inbound_domains` postfix map. Modelled after the
`DestinationTLSPolicy` implementation.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
src/Makefile
src/PMG/API2/Config.pm
src/PMG/API2/InboundTLSDomains.pm [new file with mode: 0644]