Chris Marchesi
Chris Marchesi
As part of the new VM work we have transitioned to using UUIDs as the `id` attribute for both the resource and data source form of `vsphere_virtual_machine`. This was facilitated...
Observed this being used in some SVGs saved in Inkscape, might not be something that's actually coming from there specifically but possibly some other conversion (e.g. FontForge). Currently, it's unhandled,...
Been working with trying to get bootstrapped off of this setup, thanks @mitchellh! Couple of things I've noticed as I've been messing with this on UTM: * We need the...
`--no-reboot` exists to allow for commands to be run on a remote host, presumptively to allow for additional "provisioners" to be run (e.g. running additional commands, consider a scenario where...
This adds the ability to flag a profile to promote the first domain/IP to the common name. This was previously removed when promotion was deprecated, but is still allowed in...
https://pkg.go.dev/github.com/go-acme/lego/[email protected]/certificate#ObtainRequest Looks like lego now supports the ability to revoke authorizations after a certificate has been obtained. Obviously this makes sense to do for an automated tool - those authorizations...
This adds a flag (enabled by default) that sets the certificate creation/renewal process to drop authorizations after a successful order. Normally these authorizations linger for quite a while - on...