diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2017-03-20 08:57:11 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2017-03-20 08:57:11 +0100 |
commit | 314c1f24a0393b61d515de0411bba7f47820d443 (patch) | |
tree | 5de50c975310bc3d05f8f9ecd7de5a62bf6b8f8c /site | |
parent | fd23bc1a89d37659a3c9ef19a6df32603fc07d1d (diff) |
bigger warning on old signer key expire
Diffstat (limited to 'site')
-rw-r--r-- | site/md.swamid.se/HEADER.html | 4 | ||||
-rw-r--r-- | site/mds.swamid.se/HEADER.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/site/md.swamid.se/HEADER.html b/site/md.swamid.se/HEADER.html index d22b9db4..ef38bdf3 100644 --- a/site/md.swamid.se/HEADER.html +++ b/site/md.swamid.se/HEADER.html @@ -19,8 +19,8 @@ <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Note Well</strong> The contents of this directory is explained in detail at <a class="alert-link" href="http://www.swamid.se">www.swamid.se</a>. In order to use any of these files you must either be a member of SWAMID or accept the <a class="alert-link" href="swamid-tou-sv.txt">SWAMID Metadata Terms of Use</a>(<a class="alert-link" href="swamid-tou-en.txt">en</a>).</p> </div> - <div class="alert alert-warning"> - <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Warning</strong> The SWAMID metadata signing key will expire on May 1st 2017. A new key will be generated on December 6th 2016. Shortly after, a new set of metadata feeds signed with the new key will be made available. You should update your metadata clients to reflect new metadata URLs and signing key as soon as possible thereafter.</p> + <div class="alert alert-danger"> + <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Warning</strong> The old SWAMID metadata signing key, with metadata located here at md.swamid.se, will expire on May 1st 2017. After that the metadata will be unusable. A new key is available at <a class="alert-link" href="https://mds.swamid.se/md/">mds.swamid.se/md/</a>, please use that key and metadata instead of this old one.</p> </div> <h2>Signing Key</h2> diff --git a/site/mds.swamid.se/HEADER.html b/site/mds.swamid.se/HEADER.html index c98aa4a6..8c8a7719 100644 --- a/site/mds.swamid.se/HEADER.html +++ b/site/mds.swamid.se/HEADER.html @@ -20,7 +20,7 @@ </div> <div class="alert alert-warning"> - <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Warning</strong> The SWAMID metadata signing key will expire on May 1st 2017. A new key will be generated on December 6th 2016. Shortly after, a new set of metadata feeds signed with the new key will be made available. You should update your metadata clients to reflect new metadata URLs and signing key as soon as possible thereafter.</p> + <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Warning</strong> The SWAMID metadata signing key, with metadata locaed at md.swamid.se, will expire on May 1st 2017. After that the metadata will be unusable. The new signing key and the metadata signed by it is located here at mds.swamid.se. You should update your metadata clients to reflect new metadata URLs and signing key as soon as possible.</p> </div> <h2>Signing Key</h2> |