diff options
Diffstat (limited to 'security/ct-submit/pkg-message')
-rw-r--r-- | security/ct-submit/pkg-message | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/security/ct-submit/pkg-message b/security/ct-submit/pkg-message index 556d2a96369e..156c75e2aaa5 100644 --- a/security/ct-submit/pkg-message +++ b/security/ct-submit/pkg-message @@ -1,11 +1,13 @@ -/**************************************************************************/ -/* */ -/* To submit to a transparency log use the following command: */ -/* */ -/* ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct */ -/* */ -/* For a list of known logs, see: */ -/* */ -/* https://www.certificate-transparency.org/known-logs */ -/* */ -/**************************************************************************/ +[ +{ type: install + message: <<EOM + To submit to a transparency log use the following command: + + ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct + + For a list of known logs, see: + + https://www.certificate-transparency.org/known-logs +EOM +} +] |