- Add: a gpg public key and a pages.
This commit is contained in:
5
bin/h
Executable file
5
bin/h
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
src_dir=`pwd`/src
|
||||||
|
|
||||||
|
scp -r $src_dir/* 172.16.1.13:/var/www/htdocs/www.snthtns.jp/usr/hhh/
|
||||||
BIN
src/gpg/gpg-public-20211002.txt
Normal file
BIN
src/gpg/gpg-public-20211002.txt
Normal file
Binary file not shown.
15
src/gpg/index.html
Normal file
15
src/gpg/index.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<title>hhh's Home page</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>公開鍵</h1>
|
||||||
|
<h2>現在公開鍵</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./gpg-public-20211002.txt">2021年10月2日~</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>過去の公開鍵</h2>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
16
src/index.html
Normal file
16
src/index.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<title>hhh's Home page</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>ようこそ</h1>
|
||||||
|
<p>Hello, World.</p>
|
||||||
|
|
||||||
|
<h2>コンテンツ</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.snthtns.jp/usr/hhh/gpg/">公開鍵</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user