diff --git a/README.md b/README.md index c6ac3ec1..3f9fbf5c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For more information and docs see [the Step website](https://smallstep.com/cli/) and the [blog post](https://smallstep.com/blog/step-certificates.html) announcing Step Certificate Authority. -![Animated terminal showing step certificates in practice](https://github.com/smallstep/certificates/raw/master/step-ca.gif) +![Animated terminal showing step certificates in practice](https://github.com/smallstep/certificates/raw/master/docs/step-ca.gif) ## Why? diff --git a/config.json b/config.json deleted file mode 100644 index 856bdb8e..00000000 --- a/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "address": "127.0.0.1:9000", - "dnsNames": "ca.smallstep.com", - "root": "/Users/max/src/github.com/smallstep/step/.step/secrets/root_ca.crt", - "crt": "/Users/max/src/github.com/smallstep/step/.step/secrets/intermediate_ca.crt", - "key": "/Users/max/src/github.com/smallstep/step/.step/secrets/intermediate_ca_key", - "password": "pass", - "monitoring": { - "newrelic": { - "key": "57e1214ddccf694de9eef9aefdec538b6425cbbb", - "name": "step-foo" - } - }, - "ottPublicKey": "/Users/max/src/github.com/smallstep/step/.step/secrets/ott_key.public" -} - diff --git a/step-ca.gif b/docs/step-ca.gif similarity index 100% rename from step-ca.gif rename to docs/step-ca.gif