{% extends "base.html" %} {% block title %}SSH Certificate Management - Logs{% endblock %} {% block header %}Logs and Command History{% endblock %} {% block content %}
Severity:
EntryID Timestamp Severity TraceID Message
00002 2023-08-17 10:15 INFO abc123 Generating new cert
$ step ca certificate ...
Click to see command output...
00003 2023-08-17 10:14 WARN def456 Cert not exists
00004 2023-08-17 10:13 DEBUG def456 Request revoke
00005 2023-08-17 10:12 ERROR ghi789 Permission denied
{% endblock %} {% block bottom_button %} {% endblock %}