Splitting out docs Fixing location of help entering in changes from testing Filling in some missing structure Updating with the comments from Nathan Updating with the comments from Nathan Updating after talk with Evan/Nathan Signed-off-by: Mary Anthony <mary@docker.com>
20 lines
456 B
Markdown
20 lines
456 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "regenerate-certs"
|
|
description = "Regenerate and update TLS certificates"
|
|
keywords = ["machine, regenerate-certs, subcommand"]
|
|
[menu.main]
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# regenerate-certs
|
|
|
|
Regenerate TLS certificates and update the machine with new certs.
|
|
|
|
```
|
|
$ docker-machine regenerate-certs dev
|
|
Regenerate TLS machine certs? Warning: this is irreversible. (y/n): y
|
|
Regenerating TLS certificates
|
|
```
|