enaess / network-manager-sstp

Secure Socket Tunneling Protocol Extention for Network Manager
1 stars 0 forks source link

When creating a connection, dialog asks for .PEM file and won't change #17

Open nmide opened 8 years ago

nmide commented 8 years ago

Need the ability to use normal .cer files

Workaround: Convert .cer file to .pem format openssl x509 -inform der -in certificate.cer -out certificate.pem

enaess commented 6 years ago

That's a good point, this may require some additional work on the sstpc side of things as well. Thanks for posting the workaround.