You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server configuration manifest now accepts server.tls.cert and server.tls.key. If these are present,
the server will serve https requests with those variables. If you don't provide a cert or key, the server can still listen for plebeian ol' http.
If server.port is not given in the config, the value will fall back to the PORT environment variable. This means you can run doomsday on Cloud Foundry. Which means maybe this tool is useful now.
Enhancements
The dashboard commands headers have improved their wording from, for example, 4 WEEKS to WITHIN 4 WEEKS. This feels better.
When scanning your storage, doomsday will now properly parse certificate chains. It will make its best attempt to determine which is the leaf cert (server cert), and then that will be presented for that key.
Bug Fixes
If a key contained a cert, but began with something that wasn't a cert (like a private key), then the cert would not be found. No longer!