diff --git a/examples/config.json b/examples/config.json deleted file mode 100644 index 3e4a1102..00000000 --- a/examples/config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "caPath": "/path/to/intermediate-certificate", - "caPrivateKeyPath": "/path/to/intermediate-private-key", - "caPasscode": "very-secure-passcode", - "listenAddress": "127.0.0.1:9000" -} diff --git a/examples/csr-config.yaml b/examples/csr-config.yaml deleted file mode 100644 index 699cbeb9..00000000 --- a/examples/csr-config.yaml +++ /dev/null @@ -1,6 +0,0 @@ -country: USA -locality: San Francisco -organization: smallstep -common_name: internal.smallstep.com -key_type: rsa -rsa_bits: 4096