Merge branch 'main' into main

This commit is contained in:
RHQYZ 2024-10-16 11:31:56 +08:00 committed by GitHub
commit 0bc042ae31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 327 additions and 4 deletions

View File

@ -74,7 +74,7 @@ func (t *tencentCdn) uploadCert() (string, error) {
request.CertificatePublicKey = common.StringPtr(t.option.Certificate.Certificate)
request.CertificatePrivateKey = common.StringPtr(t.option.Certificate.PrivateKey)
request.Alias = common.StringPtr(t.option.Domain + "_" + rand.RandStr(6))
request.Repeatable = common.BoolPtr(true)
request.Repeatable = common.BoolPtr(false)
response, err := client.UploadCertificate(request)
if err != nil {

324
ui/dist/assets/index-DipHpsma.js vendored Normal file

File diff suppressed because one or more lines are too long

3
ui/dist/index.html vendored
View File

@ -5,11 +5,10 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Certimate - Your Trusted SSL Automation Partner</title>
<script type="module" crossorigin src="/assets/index-C9iolg9g.js"></script>
<script type="module" crossorigin src="/assets/index-DipHpsma.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CV_7sKTK.css">
</head>
<body class="bg-background">
<div id="root"></div>
</body>
</html>

View File

@ -1 +1 @@
export const version = "Certimate v0.2.0";
export const version = "Certimate v0.2.1";