Andris Reinman
5bf6c86542
fix(autsni): Fixed garbage collection for unfinished certificates
2024-05-02 13:51:14 +03:00
Andris Reinman
a6c53eba1f
fix(SNI): do not use the default db for SNI
2024-04-29 13:44:51 +03:00
Andris Reinman
ecbdc9be5f
fix(SNI): disable SNI certificate autogeneration by default
2024-04-29 13:18:00 +03:00
Andris Reinman
61c03e1725
fix(SNI): delete expired autogenerated SNI certificate
2024-04-29 10:38:35 +03:00
Andris Reinman
40db519d9c
feat(SNI): Autogenerate TLS certificates for SNI
2024-04-29 09:57:37 +03:00
Andris Reinman
cd8596a84d
feat(autoacme): Allow setting up automatic ACME certificate generation
2024-04-25 15:18:51 +03:00
NickOvt
f55ddea06d
fix(api-certs): Certs API endpoints added to API docs generation ZMS-141 ( #663 )
...
* Added list registered TLS certificates api endpoint to api docs generation. Add examples to res types
* fix last commit's typo
* Resolve ID for a server name api endpoint added to api docs generation. Add examples to res types
* added create or update TLS sertificate for server name api endpoint to api docs generation
* add acme to response of last commit's changes
* added Delete a TLS certificate api endpoint to api docs generation
* delete cert api endpoint change certs -> cert path param
* fix cert-handler typo and bug. Added Request TLS certificate information api endpoint to api docs generation
* last commit add certs.js
2024-04-03 11:45:44 +03:00
Andris Reinman
8db04520d6
Fixed acme cert upgrade
2022-11-16 11:38:56 +02:00
Andris Reinman
3f738389ba
Fixed CA handling for SNI certificates
2022-08-16 15:22:47 +03:00
Andris Reinman
17a3d6107c
special case for email lines that end with carriage return only
2021-10-08 17:10:53 +03:00
Andris Reinman
dfe694161b
make sure that fingerprint is shown in acme respose
2021-09-10 12:27:31 +03:00
Andris Reinman
4ee6f98ed1
v1.35.5
2021-09-10 10:42:50 +03:00
Andris Reinman
97b53a4fd3
prefer pkcs1 for acme certs
2021-09-10 10:21:33 +03:00
Andris Reinman
bf60817694
prefer pkcs1 for acme account
2021-09-10 10:04:22 +03:00
Andris Reinman
f500a275af
Added settings endpoint, allow to override ARCHIVE_TIME
2021-09-04 00:19:24 +03:00
Andris Reinman
9422d02373
prefer pkcs8 to pkcs1
2021-08-30 13:04:13 +03:00
Andris Reinman
53cda36329
Upgrade Mongodb library from 3 to 4
...
update
2021-08-30 11:21:50 +03:00
Andris Reinman
6d3badf1db
refactored encrypted fields
2021-07-05 15:24:01 +03:00
Andris Reinman
dba85f7fde
renewing ACME certs
2021-06-22 15:10:23 +03:00
Andris Reinman
f0062b1aaa
Updated task handler
2021-06-20 13:40:04 +03:00
Andris Reinman
9ae177869e
Generate ACME certs
2021-06-15 10:47:18 +03:00
Andris Reinman
383bcd6ee2
testing out acme-generated certificates
2021-06-11 15:07:40 +03:00
Andris Reinman
9c04a286e2
updated error codes for API
2021-05-21 20:14:43 +03:00
Andris Reinman
25eb5b198b
ensure non-200 response for errors
2021-05-20 14:47:20 +03:00
Andris Reinman
2d381db260
testcase for POST certs
2021-05-19 19:43:13 +03:00
Andris Reinman
a03c97a943
updates for cert handling
2021-05-15 20:29:11 +03:00
Andris Reinman
eec5d66094
Allow using SNI TLS certificates with IMAP/POP3
2021-05-13 17:08:14 +03:00