11 lines
337 B
Markdown
11 lines
337 B
Markdown
|
### Summary ###
|
||
|
|
||
|
remove the SSL/TLS cert associated with the given common name.
|
||
|
|
||
|
### IO ###
|
||
|
|
||
|
```[-name (text) {-force}]/[text]```
|
||
|
|
||
|
### Description ###
|
||
|
|
||
|
remove the SSL/TLS certificate and private key for the common name given in -name. you can the pass the optional -force option to remove the cert without asking a confirmation question.
|