mobile_nebula
mobile_nebula copied to clipboard
How to load a config file with embedded certs and key ?
Is there a way to load a config file that contains already pki.ca pki.cert and pki.key as yaml multiline string ??
This is not possible today. Can you share your use case?
Potential dupe of #82 or maybe #66.
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?