storj/cmd
paul cannon bb892d33d1
make cert creation a little easier to read (#1607)
Make separate "CreateCertificate" and "CreateSelfSignedCertificate"
functions to take the two roles of NewCert. These names should help
clarify that they actually make certificates and not just allocate new
"Cert" or "Certificate" objects.

Secondly, in the case of non-self-signed certs, require a public and a
private key to be passed in instead of two private keys, because it's
pretty hard to tell when reading code which one is meant to be the
signer and which one is the signee. With a public and private key, you
know.

(These are some changes I made in the course of the openssl port,
because the NewCert function kept being confusing to me. It's possible
I'm just being ridiculous, and this doesn't help improve readability for
anyone else, but if I'm not being ridiculous let's get this in)
2019-04-03 17:21:32 -06:00
..
bootstrap Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
certificates remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
gateway Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
identity make cert creation a little easier to read (#1607) 2019-04-03 17:21:32 -06:00
inspector API endpoint checking object and segment health from the satellite (#1546) 2019-04-02 10:55:58 -04:00
overlay Merge statdb pkg into overlay pkg (#1570) 2019-03-25 18:25:09 -04:00
s3-benchmark Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
satellite Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
statreceiver Development defaults for configuration (#1430) 2019-03-12 08:51:06 -04:00
storagenode Adds the AMD64 and ARM Storagenode Dockerfiles and setup scripts (#1544) 2019-04-03 14:17:55 -06:00
storj-sim Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
uplink Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
versioncontrol Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00