hakwerk / labca

A private Certificate Authority for internal (lab) use, based on the open source ACME Automated Certificate Management Environment implementation from Let's Encrypt (tm).
https://lab-ca.net
Other
366 stars 39 forks source link

reduce clone time with --depth option in installer. #113

Closed aaroneg closed 8 months ago

aaroneg commented 8 months ago

you can add --depth 1 to the git clone command in the install file to reduce the amount of time it takes to clone the repo.

hakwerk commented 8 months ago

Thanks for the tip, but it isn't really possible for this application. I need to be able to checkout older tags or change branch completely.