AndreyPopov
Senior Member
I make own mod for Merlin firmware with only one instance of OpenVPN server and client and try store all keys and certificates on jffs - to free nvram
all work like I plan except:
nvram key always after start OpenVPN Server sets with full certificate
vpn_crt_server_crl=---------------- BEGIN CERTIFICATE --------------
but this key must contain revocation list.
- in openvpn.c exist code to create crl.pem if vpn_crt_server_crl not empty
- only one place when vpn_crt_server_crl can sets is Advanced_VPN_OpenVPN in "Key and Certification" popup window.
but when reset to Factory Default - this window is empty
after start OpenVPN server key become
vpn_crt_server_crl=---------------- BEGIN CERTIFICATE --------------
my aid is free nvram and move all keys and certificate to jffs. but unknow thread always sets vpn_crt_server_crl to certificate.
please, all who use OpenVPN, check your vpn_crt_server_crl or vpn_crt_server1_crl or vpn_crt_server2_crl keys - they empty or filled?
all work like I plan except:
nvram key always after start OpenVPN Server sets with full certificate
vpn_crt_server_crl=---------------- BEGIN CERTIFICATE --------------
but this key must contain revocation list.
- in openvpn.c exist code to create crl.pem if vpn_crt_server_crl not empty
- only one place when vpn_crt_server_crl can sets is Advanced_VPN_OpenVPN in "Key and Certification" popup window.
but when reset to Factory Default - this window is empty
after start OpenVPN server key become
vpn_crt_server_crl=---------------- BEGIN CERTIFICATE --------------
my aid is free nvram and move all keys and certificate to jffs. but unknow thread always sets vpn_crt_server_crl to certificate.
please, all who use OpenVPN, check your vpn_crt_server_crl or vpn_crt_server1_crl or vpn_crt_server2_crl keys - they empty or filled?