class

MStrap::Mkcert

Inherits MStrap::DSL / MStrap::DSL::System / MStrap::DSL::Logging / Reference / Object

Manages the integration with mkcert for issuing localhost certificates

Instance methods

install!

Runs mkcert install process to add CARoot, etc.

Source
install_cert!(hostname, wildcard = true)

Installs a new mkcert for a hostname, with an optional wildcard version (enabled by default)

Source
installed?

Returns whether mkcert is installed

Source