2015-07-07 09:53:04 -07:00
|
|
|
<!--[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
|
|
|
|
|
|
2016-02-20 18:53:33 +02:00
|
|
|
Usage: docker-machine regenerate-certs [OPTIONS] [arg...]
|
|
|
|
|
|
|
|
|
|
Regenerate TLS Certificates for a machine
|
|
|
|
|
|
|
|
|
|
Description:
|
|
|
|
|
Argument(s) are one or more machine names.
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
|
|
--force, -f Force rebuild and do not prompt
|
|
|
|
|
|
2015-07-07 09:53:04 -07:00
|
|
|
Regenerate TLS certificates and update the machine with new certs.
|
|
|
|
|
|
2016-02-20 18:53:33 +02:00
|
|
|
For example:
|
|
|
|
|
|
2015-11-27 10:16:42 +01:00
|
|
|
$ docker-machine regenerate-certs dev
|
|
|
|
|
Regenerate TLS machine certs? Warning: this is irreversible. (y/n): y
|
|
|
|
|
Regenerating TLS certificates
|