need to know how pfsense encrypts ddns keys
-
I have a need to be able to decrypt and reencrypt values for config.xml for DDns configuration.
-
Is this what your looking for Google : pfsense decrypt config ?
-
@gertjan I need to know how the individual keys for the ddns settings are encrypted as I have an install process that auto-installs pfsense from a template. I am setting the DDNS values from a script directly into the config.xml and the unencrypted values do not work...the keys get encrypted somehow when adding through the GUI. I need to know what process to run the values through to get the encrypted value that I can insert into the config.xml.
-
It's Base64 encoded, not encrypted.
-
@biggsy Perfect, thats what I needed! Thank you!