From e06b7edee96f69950d45dd71cd95d82064d38eb6 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 7 Nov 2019 03:54:30 -0700 Subject: [PATCH] httpspush.html: expand wording and use https Expand a bit of the wording to make it clearer. Use https: for repo.or.cz links. Signed-off-by: Kyle J. McKay --- html/httpspush.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/html/httpspush.html b/html/httpspush.html index 99774d2..e3103db 100644 --- a/html/httpspush.html +++ b/html/httpspush.html @@ -74,8 +74,9 @@ curl -LO "@@server(webadmurl)@@/@@nickname@@_root_cert.pem" Register user page or the Update user email/SSH Keys page.

-

It can then be downloaded from the register user confirmation page -or the edit user page.

+

Your user push certificate for that RSA public key can then be +downloaded from the register user confirmation page or the edit +user page.

Please note that if you use ssh, you may already have a suitable RSA public key stored in the "$HOME/.ssh/id_rsa.pub" file.

@@ -89,8 +90,8 @@ the Register user page or the

A new RSA key (both public and private parts) can be generated using the "ssh-keygen -t rsa" command (from OpenSSH) or using a combination of the "openssl genrsa" command (from OpenSSL) and the -"ConvertPubKey" -command (from EZCert).

+"ConvertPubKey" +command (from EZCert).

Download your https push user certificate and store it in the "$HOME/certs" directory. The downloaded user certificate file will -- 2.11.4.GIT