mirror-mdq template

This commit is contained in:
Leif Johansson 2018-02-13 13:17:24 +01:00
parent 2347c38963
commit bffe5ffd80
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
rsync -a --chown=D0755,F0644 /etc/mirror-mdq/template/ .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<title>Swedish QA Metadata</title>
</head>
<body>
<div class="container-fluid">
<div class="jumbotron">
<h1 class="display-3">Svensk Nationell eIDAS Federation Metadata</h1>
<dl>
<dt>Full metadatafeed</dt>
<dd><a href="/entities/">https://qa.komreg.se/entities</a></dd>
<dt>Endast IdP:er</dt>
<dd><a href="/role/idp.xml">https://qa.komreg.se/role/idp.xml</a></dd>
<dt>Endast SP:er</dt>
<dd><a href="/role/sp.xml">https://qa.komreg.se/role/sp.xml</a></dd>
</dl>
</div>
</div>
</body>
</html>