Private key gets deleted #472
Unanswered
AnoniemeBeer
asked this question in
Q&A
Replies: 1 comment
-
|
Unfortunately the Web UI has not been actively supported for some time now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m setting up an OpenAS2 server using the openas2app container stack.
I created my own private key + certificate pair in a .p12 keystore, placed it in the config folder, and updated config.xml to use this keystore.
In the WebUI, my alias (dda-it) correctly shows as a PrivateKeyEntry.
As soon as I add a partner’s certificate through the WebUI, my own alias is overwritten and becomes a trustedCertEntry (certificate only).
The result is that both my own alias and the partner’s alias only contain public certificates, and my private key disappears from the keystore.
Expected:
My own alias should remain a PrivateKeyEntry with private key + cert, and the partner’s alias should be added as a trustedCertEntry.
Actual:
My own alias gets downgraded to a trustedCertEntry after adding a partner certificate.
Am I misunderstanding how the WebUI writes certificates to the keystore, or is this a bug? Should I manage my identity (PrivateKeyEntry) manually outside the WebUI and only use the UI for partner certs?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions