78
edits
m (→Timeline) |
m (→Timeline) |
||
Line 24: | Line 24: | ||
<th>Priority</th> | <th>Priority</th> | ||
<th>Status</th> | <th>Status</th> | ||
</tr> | |||
<tr> | |||
<td>create certificate requests</td> | |||
<td style="background-color:red;text-align:center;">High</td> | |||
<td> | |||
* This is required if people actually want certificates. The process is not very hard on the command line. Still need to figure out the appropriate extension of the request and the receiving file. I am going to make the request in ascii mode. No particular reason for this. Maybe I should allow it either way. | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 62: | Line 69: | ||
<tr> | <tr> | ||
<td>Import Certificates</td> | <td>Import Certificates</td> | ||
<td style="background-color:green;text-align:center;"> | <td style="background-color:green;text-align:center;">Medium</td> | ||
<td> | <td> | ||
* I am using pippki (what firefox uses to handle certificates) to do the work for me, since it has already been done. | * Pippki doesn't really do this. While it will show object signing certificates, it is asking for something else when you try to import it. I'm going to have to look into this more. | ||
* <strike>I am using pippki (what firefox uses to handle certificates) to do the work for me, since it has already been done.</strike> | |||
* For self-signed certificates | * For self-signed certificates | ||
* I think this is the intention of [http://www.xulplanet.com/references/xpcomref/ifaces/nsIX509CertDB.html nsIX509CertDB] | * <strike>I think this is the intention of [http://www.xulplanet.com/references/xpcomref/ifaces/nsIX509CertDB.html nsIX509CertDB]</strike> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 80: | Line 88: | ||
<td> | <td> | ||
* pippki does this already. | * pippki does this already. | ||
* | * There is a function that checks for it. | ||
</td> | </td> | ||
</tr> | </tr> |
edits