ca downloader
This commit is contained in:
parent
7f02f28ae5
commit
afd270b249
3 changed files with 32 additions and 0 deletions
9
data/default.conf
Normal file
9
data/default.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
}
|
||||
}
|
17
data/index.html
Normal file
17
data/index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>VM Experiments</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome to VM Experiments!</h1>
|
||||
<p>Below you can download the required Certificate Authority.</p>
|
||||
<p>You can import it on Firefox and in your operating system.</p>
|
||||
<a href="ca.crt">Download Here!</a>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue