Skip to content

Fix isValidCert to work with non RSA private keys

jkito requested to merge jkito/bitmask-vpn:main into main

currently the check expects only RSA private keys but newer menshen could serve other keys as well

this updates the check to only look for 'PRIVATE KEY' in the preamble instead of RSA PRIVATE KEY

Merge request reports