mobile_nebula icon indicating copy to clipboard operation
mobile_nebula copied to clipboard

How to load a config file with embedded certs and key ?

Open kuolemaaa opened this issue 1 year ago • 2 comments

Is there a way to load a config file that contains already pki.ca pki.cert and pki.key as yaml multiline string ??

kuolemaaa avatar Sep 10 '24 15:09 kuolemaaa

This is not possible today. Can you share your use case?

Potential dupe of #82 or maybe #66.

johnmaguire avatar Sep 10 '24 17:09 johnmaguire

Can you share your use case?

Sure, but nothing worth of mentions.

I typically bundle everything on a single config file, encrypt it, move it to the destination host, decrypt it and place it accordingly. I wanted to do the same on my android but I had to manually set the options one by one (boring)

Is that the thing that you wanted to know?

kuolemaaa avatar Sep 10 '24 19:09 kuolemaaa