Initial commit

This commit is contained in:
Douglas Barone 2023-11-17 09:29:34 -04:00
commit c6a5af1148
3 changed files with 18 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:latest
COPY . /usr/share/nginx/html

BIN
IFMSSRV2CertWiFiPub.cer Executable file

Binary file not shown.

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!-- FILEPATH: /home/douglas/Projects/ifms-cert-download/index.html -->
<!DOCTYPE html>
<html>
<head>
<title>IFMS Cert Download</title>
</head>
<body>
<div style="text-align: center">
<a href="IFMSSRV2CertWiFiPub.cer" download>Download IFMS Certificate</a>
</div>
</body>
</html>