Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-04 | add description in each file what it does | Gibheer | 1 | -0/+10 | |
2015-02-04 | rename files to reflect main function | Gibheer | 1 | -116/+0 | |
2015-02-04 | only add ips and names when they are set | Gibheer | 1 | -4/+8 | |
If these options are not set, they would produce invalid values in the resulting csr. | |||||
2015-02-03 | add last missing fields | Gibheer | 1 | -1/+20 | |
This adds the last missing fields of the pkix.Name and also adds a loop which converts all fields from comma separated list to an array. | |||||
2015-01-15 | add missing import | Gibheer | 1 | -0/+1 | |
2015-01-15 | replace PrivateKey with crypto.Signer | Gibheer | 1 | -1/+1 | |
2015-01-02 | add dns names and ip addresses with tests | Gibheer | 1 | -11/+41 | |
2014-12-24 | move sign request handling into own file | Gibheer | 1 | -0/+62 | |