update html app name
This commit is contained in:
@@ -790,7 +790,7 @@ const shellPageHTML = `<!DOCTYPE html>
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>shell</title>
|
<title>GoTermix</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.3.0/css/xterm.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.3.0/css/xterm.css" />
|
||||||
<script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.js"></script>
|
||||||
@@ -988,7 +988,7 @@ const shellPageHTML = `<!DOCTYPE html>
|
|||||||
<div class="m-overlay" id="authOverlay">
|
<div class="m-overlay" id="authOverlay">
|
||||||
<div class="m-card">
|
<div class="m-card">
|
||||||
<div class="auth-card">
|
<div class="auth-card">
|
||||||
<div class="auth-logo"><em>>_</em> GoWebShell</div>
|
<div class="auth-logo"><em>>_</em> GoTermix</div>
|
||||||
<div class="auth-sub">Authentication required</div>
|
<div class="auth-sub">Authentication required</div>
|
||||||
|
|
||||||
<label class="m-label" for="fUser">Username</label>
|
<label class="m-label" for="fUser">Username</label>
|
||||||
@@ -1462,7 +1462,7 @@ func generateSelfSignedCert() (tls.Certificate, error) {
|
|||||||
serial, _ := rand.Int(rand.Reader, new(big.Int).Lsh(big.NewInt(1), 128))
|
serial, _ := rand.Int(rand.Reader, new(big.Int).Lsh(big.NewInt(1), 128))
|
||||||
tmpl := x509.Certificate{
|
tmpl := x509.Certificate{
|
||||||
SerialNumber: serial,
|
SerialNumber: serial,
|
||||||
Subject: pkix.Name{Organization: []string{"GoWebShell"}, CommonName: "localhost"},
|
Subject: pkix.Name{Organization: []string{"GoTermix"}, CommonName: "localhost"},
|
||||||
NotBefore: time.Now(),
|
NotBefore: time.Now(),
|
||||||
NotAfter: time.Now().Add(365 * 24 * time.Hour),
|
NotAfter: time.Now().Add(365 * 24 * time.Hour),
|
||||||
KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,
|
KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,
|
||||||
|
|||||||
Reference in New Issue
Block a user