X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fsite%2Fsite.sh;h=aea8c86d2e0e3236b20a848764de8fc8fb3d1d20;hb=HEAD;hp=4d232477a10a1923103b941603ae6b55144c3e65;hpb=41776ab3743c491e4ff4c31e7a2ea48abe6451a2;p=icn.git diff --git a/deploy/site/site.sh b/deploy/site/site.sh index 4d23247..aea8c86 100755 --- a/deploy/site/site.sh +++ b/deploy/site/site.sh @@ -71,6 +71,25 @@ function build_site_source { done } +function create_gpg_key { + local -r key_name=$1 + + # Create an rsa4096 key that does not expire + gpg --batch --full-generate-key <