View Issue Details

IDProjectCategoryView StatusLast Update
0007002SymmetricDS ProNew Featurepublic2025-08-07 15:50
Reporteremiller Assigned Toemiller  
Priorityhigh 
Status closedResolutionfixed 
Product Version3.16.0 
Target Version3.16.5Fixed in Version3.16.5 
Summary0007002: SSL certificate import wizard and trust checkup
DescriptionWhen the user imports a new SSL certificate, SymmetricDS should check if it recognizes the signing authority and ask whether to send the certificate to client nodes and import it into their trusted keystore. This will help prevent some common issues that can occur when importing a new SSL certificate.
Additional InformationYou can use EasyRSA to generate certificates for testing purposes: https://github.com/OpenVPN/easy-rsa

Here are some commands that you can use to generate a signed certificate:

easyrsa init-pki
easyrsa build-ca
easyrsa gen-req [new file name]
easyrsa sign-req server [same file name]

See the following README for more information: https://github.com/OpenVPN/easy-rsa/blob/master/README.quickstart.md

When importing a certificate into the private keystore, SymmetricDS expects the private key to be included in the same file. After running the above commands, copy the private key text from the .key files within the /pki/private directory and paste it into the corresponding .crt files in the /pki and /pki/issued directories.
Tagssecurity, ui

Activities

pbelov

2025-08-07 15:50

manager   ~0003311

Included in the 3.16.5 release

Issue History

Date Modified Username Field Change
2025-07-23 11:47 emiller New Issue
2025-07-23 11:47 emiller Status new => assigned
2025-07-23 11:47 emiller Assigned To => emiller
2025-07-23 11:47 emiller Tag Attached: security
2025-07-23 11:47 emiller Tag Attached: ui
2025-08-04 14:13 emiller Additional Information Updated View Revisions
2025-08-06 15:19 pbelov Status assigned => resolved
2025-08-06 15:19 pbelov Resolution open => fixed
2025-08-06 15:19 pbelov Fixed in Version => 3.16.5
2025-08-07 15:50 pbelov Note Added: 0003311
2025-08-07 15:50 pbelov Status resolved => closed