How can i write directly to internal Astaro system files?
I know, this one is not recommended practice but sometimes we needed it.
I am trying to solve a problem in VPN in a customer about a rare issue about cyclic disconnections using X509 certificates and necessary to remember the PIN in remote clients requesting certificates. If we review the behavior of Strongswam (the base of Astaro VPN) we need to write directly to file named ipsec.secrets (according to http://www.openswan.org/docs/local/README.x509 ) and to /etc/ipsec.conf (according to strongSwan 4.1 - Configuration ) but after i changed the values they return to previous one, how can i edit internal files?. I am using SSH access and normal linux commands to attempt overwritting the files.
This thread was automatically locked due to age.