cloudflare / certmgr

Automated certificate management using a CFSSL CA.
BSD 2-Clause "Simplified" License
218 stars 40 forks source link

Feature: Allow ensure command to take a config name to ensure #22

Closed Kellel closed 6 years ago

Kellel commented 7 years ago
user@box:~$ ls /etc/certmgr.d/
certmgr-foo.json certmgr-bar.json
user@box:~$ certmgr ensure foo
Kellel commented 7 years ago

I would like to be able to ensure that the certs are setup for my service foo even if the config for the bar service is somehow broken

ferringb commented 6 years ago

You can abuse -d to pass the exact file you want to work on.

ferringb commented 6 years ago

closing this; documentation was updated to detail that you can (ab)use -d for this.