3-Round-Stones / callimachus

Callimachus is a highly scalable platform for creating and running data-driven websites
Other
95 stars 24 forks source link

Start Script Only Imports One Certificate Update #207

Closed catch-point closed 9 years ago

catch-point commented 9 years ago

The start script uses elif [ "$cert" -nt "$KEYSTORE" ] to check if certificate has been updated. This works for the first file, but once the store has been updated all subsequent certificates are older then the just-updated store and are not imported. The script needs to be improved to determine exactly what files need to be (re-)imported before modifying the store itself.