Is it possible to automate SSL import #4737
Replies: 3 comments 3 replies
-
Are you already using Connect with an SSL extension from Zen or from NextGen? If yes each of those does expose an API (possibly undocumented, since its meant for internal use by the extension client) to manage SSL. If no, to where do you want to import certificates to for MC? Your only option when not using an SSL extension would be to load those to the cacerts truststore for the JVM that runs MC. No API exists for that, you just have to manage the truststore. |
Beta Was this translation helpful? Give feedback.
-
Using Mirth Adminstration utility to import SSL; However, the user wants to automate this process and bypass launching the Admin, selecting "Settings", click on "SSL", etc.
Sent from Yahoo Mail on Android
On Tue, Sep 21, 2021 at 5:54 PM, ***@***.***> wrote:
Are you already using Connect with an SSL extension from Zen or from NextGen? If yes each of those does expose an API (possibly undocumented, since its meant for internal use by the extension client) to manage SSL.
If no, to where do you want to import certificates to for MC? Your only option when not using an SSL extension would be to load those to the cacerts truststore for the JVM that runs MC. No API exists for that, you just have to manage the truststore.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Thanks Pacman! I'll try it out.
Sent from Yahoo Mail on Android
On Mon, Sep 27, 2021 at 2:26 PM, ***@***.***> wrote:
The swagger docs show:
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to automate SSL import? I found a powershell script that successfully connects to MIRTH and there is some SSL code but nothing to implement automation of selecting and importing SSL certificate.
Beta Was this translation helpful? Give feedback.
All reactions