What's new

Closed How to fuse Private Key Password to an ovpn file

Status
Not open for further replies.

sunnybear

Eternal Poster
Joined
May 17, 2016
Posts
947
Reaction
268
Points
275
I couldn't enter the private key password to my modem. Thanks to a config uploaded by sXc with the private key password in it. I see how it was added.

So to fuse the Private Key Password. Just add the lines <key> and </key> then insert the private key password between them.

Sample 1
Code:
<key>
-----BEGIN PRIVATE KEY-----
MyPrivateKey_PHC
-----END PRIVATE KEY-----
</key>

Sample 2
Code:
<key>
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgZGWSmRm+Jng0YEkA
AuW8xaQAt5ODObV+hZXnw5doP8ShRANCAASF17HRHXz0CTOvGndyJd7kgGRDq85b
psuDKpW5rMVmCSK23bHpAfSp+JWx3YVCXTZBBKjK4KQNo089Ed1Im348
-----END PRIVATE KEY-----
</key>
 
Status
Not open for further replies.

Similar threads

Back
Top