enaess / network-manager-sstp

Secure Socket Tunneling Protocol Extention for Network Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nmide opened this issue · comments

commented

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

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