I am running a server with an SSL cert from CAcert.org and because they are not in the browser's default list for SSL CAs I need to check the SSL fingerprint of my site manually. To make that more comfortable I want to store the fingerprint on a memorizable web URL that can be obtained via HTTPS with a valid SSL cert known to common browsers.
I think the answer could be equally useful when asking more generally: Where could one store a small piece of information on the web that it can be obtained via SSL?
Aims:
- remarkable URL
- valid and trusted SSL cert
- long-term storage at no cost
- no user account necessary
We have some ideas like using a pastebin that offers SSL and stores forever (I haven't found one yet. Suggestions appreciated!) or editing a Wikipedia page inserting the fingerprint (poor WP admins!). I think this can be achieved a much better way and wait for your clever hints.