mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #757] Password protected certificate .p12 files #501
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @H4xl0r on GitHub (Feb 23, 2019).
Original GitHub issue: https://github.com/quasar/Quasar/issues/757
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
@ndragon798 commented on GitHub (Dec 3, 2019):
Fixed in pull request #789
@H4xl0r commented on GitHub (Dec 6, 2019):
good job !
@MaxXor commented on GitHub (Mar 12, 2023):
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.