Maximiliano Sandoval
abd07ffcff
mark extern C blocks as unsafe
...
This is required in edition 2024.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2025-03-19 12:19:19 +01:00
Wolfgang Bumiller
cbc30882e7
acme-api: adapt to tracing infrastructure
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-11 14:43:37 +02:00
Wolfgang Bumiller
b2dd0117d1
acme-api: allow clippy::manual_map where .map doesn't make sense
...
The code chooses whichever one of a multitude of functions returns
Some, switching to .map for the final else would make it less
readable.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-06-28 11:14:30 +02:00
Dietmar Maurer
0b17987c67
acme-api: show all certificate subject_alt_names (DNS, IP, EMAIL, URI)
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-06-11 14:24:23 +02:00
Dietmar Maurer
7e4121d26e
acme-api: add function to extract certificate data from .pem data
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-06-06 14:07:43 +02:00
Dietmar Maurer
fcaa4f6758
acme-api: implement funtion to create self signed certificates
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-06-06 14:07:43 +02:00
Dietmar Maurer
7a8e948ee7
acme-api: pass parameters by reference
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-06-06 11:09:56 +02:00
Dietmar Maurer
04505ada7a
acme-api: implement revoke certificate helper
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-06-06 10:23:35 +02:00
Dietmar Maurer
7c899090e4
acme-api: use product-config instead of custom acme api configuration
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-05-17 11:52:57 +02:00
Dietmar Maurer
cfc155a06b
acme-api: reusable ACME api implementation.
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-05-16 12:35:14 +02:00