Task #1203
closedAuto-generating self-signed certificate, if system doesn't have configured certificate
100%
Description
Whenever sign operation is requested, the KeyChain should auto0generate temporary identity and install self-signed certificate, which should be used for signing process.
Warning should be printed to the standard error.
Updated by Junxiao Shi almost 12 years ago
The temporary identity and certificate should not be stored on permanent media.
Instead, it should be applicable to current KeyChain instance only.
Updated by Alex Afanasyev almost 12 years ago
I wouldn't say it is required to make it temporal. It doesn't actually matter. Whenever user creates a real one, the temporary one will not be used.
But in any case, the temporary certificate will be needed, but I would combine Junxiao's comment with solution of issue #1204. When we solved that one, we will automatically have temporary certificates in presence of non-existing real certificate/identity.
Updated by Yingdi Yu over 11 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 11 years ago
- Status changed from Code review to Closed