How to programmatically update SSL properties in Windows installation

I am programatically creating an SSL keystore and truststore in a windows installation. I also need to programmatically update the SSL system properties. (step 7 of this SSL guide, http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/ssl-guid e.html)

I’m assuming that whether we use the embedded DB or an external (probably postgresql) that those properties must be added to OFPROPERTY table. If I use postgresql, I figure I can run a script to install those properties but if I use the embedded DB what is the best way to get that data into to the database programatically (using python)?

thanks

Nick