]> git.proxmox.com Git - pmg-api.git/commit - src/Makefile
add DKIM API paths
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 21 Oct 2019 17:23:32 +0000 (19:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Oct 2019 09:28:31 +0000 (11:28 +0200)
commit03daa12d55cc3e69a63a09fb9b27f79c88ec101a
treef666ce622eec944045360d252ce0f295725966ba
parent320d4b1db227ef7cd575a3cb88b859376f57f335
add DKIM API paths

A new path is added at /config/dkim with 2 subpaths:
* /config/dkim/domains gives access to the dkimdomains
* /config/dkim/selector gives access to the private key for the configured
  selector

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/Makefile
src/PMG/API2/Config.pm
src/PMG/API2/DKIMSign.pm [new file with mode: 0644]