Skip to content

Commit

Permalink
Documentation: remove '[]' from '[DEPRECATED]'
Browse files Browse the repository at this point in the history
To make 'marker' pass the tests

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed May 4, 2017
1 parent c2959c9 commit 282c6fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Documentation/op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ To start etcd automatically using custom settings at startup in Linux, using a [

The security flags help to [build a secure etcd cluster][security].

### --ca-file [DEPRECATED]
### --ca-file

**DEPRECATED**

+ Path to the client server TLS CA file. `--ca-file ca.crt` could be replaced by `--trusted-ca-file ca.crt --client-cert-auth` and etcd will perform the same.
+ default: none
+ env variable: ETCD_CA_FILE
Expand Down Expand Up @@ -215,7 +218,10 @@ The security flags help to [build a secure etcd cluster][security].
+ default: false
+ env variable: ETCD_AUTO_TLS

### --peer-ca-file [DEPRECATED]
### --peer-ca-file

**DEPRECATED**

+ Path to the peer server TLS CA file. `--peer-ca-file ca.crt` could be replaced by `--peer-trusted-ca-file ca.crt --peer-client-cert-auth` and etcd will perform the same.
+ default: none
+ env variable: ETCD_PEER_CA_FILE
Expand Down
10 changes: 8 additions & 2 deletions Documentation/v2/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ To start etcd automatically using custom settings at startup in Linux, using a [

The security flags help to [build a secure etcd cluster][security].

### --ca-file [DEPRECATED]
### --ca-file

**DEPRECATED**

+ Path to the client server TLS CA file. `--ca-file ca.crt` could be replaced by `--trusted-ca-file ca.crt --client-cert-auth` and etcd will perform the same.
+ default: none
+ env variable: ETCD_CA_FILE
Expand All @@ -201,7 +204,10 @@ The security flags help to [build a secure etcd cluster][security].
+ default: none
+ env variable: ETCD_TRUSTED_CA_FILE

### --peer-ca-file [DEPRECATED]
### --peer-ca-file

**DEPRECATED**

+ Path to the peer server TLS CA file. `--peer-ca-file ca.crt` could be replaced by `--peer-trusted-ca-file ca.crt --peer-client-cert-auth` and etcd will perform the same.
+ default: none
+ env variable: ETCD_PEER_CA_FILE
Expand Down

0 comments on commit 282c6fd

Please sign in to comment.