Quasar icon indicating copy to clipboard operation
Quasar copied to clipboard

Import own .p12

Open H4xl0r opened this issue 6 years ago • 2 comments

Would be nice to import own .p12 certs.

It would work , but he prompts with some PW wrong errors. (generating randoms at moment)

So when importing , asking for PW.... Or print out PW when generating one. Help would be nice thanks

H4xl0r avatar Feb 23 '19 09:02 H4xl0r

Fixed in pull request #789

ndragon798 avatar Dec 03 '19 04:12 ndragon798

good job !

H4xl0r avatar Dec 06 '19 17:12 H4xl0r

If you have the permissions restrictive enough on the private key (e.g. only letting Quasar user read it) this would probably be good enough. Quasar will have to keep the private key loaded in memory anyway; this might be harder for an attacker to recover, but if they have root access to the box you should consider the key compromised regardless.

I'd recommend locking down permissions on the certificate file and not having a password on it.

MaxXor avatar Mar 12 '23 15:03 MaxXor