-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
78 lines (75 loc) · 2.32 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>ArvanCloud ACME Webhook for CertManger</title>
</head>
<body>
<p align="center">
<img
src="https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png"
height="256"
width="256"
alt="cert-manager project logo"
/>
</p>
<h1>ArvanCloud ACME Webhook for CertManger</h1>
<a href="https://artifacthub.io/packages/search?repo=arvancloud-webhook">
<img
src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/arvancloud-webhook"
/>
</a>
<a href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/">
<img
src="https://ghcr-badge.egpl.dev/ParminCloud/arvancloud-certmanager-issuer/tags?trim=major&color=green_2&label=Docker%20Tags&ignore=*.sig"
/>
</a>
<a href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/">
<img
src="https://ghcr-badge.egpl.dev/ParminCloud/arvancloud-certmanager-issuer/tags?trim=patch&color=green_2&label=Docker%20Tags&ignore=*.sig"
href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/"
/>
</a>
<a href="https://github.com/ParminCloud/arvancloud-certmanager-issuer/releases">
<img
src="https://img.shields.io/github/release/ParminCloud/arvancloud-certmanager-issuer.svg"
/>
</a>
<p>
A more simpler and maintainable ACME Webhook Issuer for CertManager Using
ArvanCloud DNS/CDN api
</p>
<h2>Installation</h2>
<h3>Short version</h3>
<code>
helm install --repo
https://ParminCloud.github.io/arvancloud-certmanager-issuer
arvancloud-webhook arvancloud-webhook -n cert-manager
</code>
<h3>Long version</h3>
<code>
helm repo add arvancloud-webhook
https://ParminCloud.github.io/arvancloud-certmanager-issuer
<br />
helm repo update
<br />
helm install --namespace=cert-manager arvancloud-webhook
arvancloud-webhook
</code>
<p>
After installation you will get notes about usage based on your provided
values
</p>
</body>
<style>
* {
font-family: system-ui;
}
body {
margin: 10%;
margin-bottom: 0;
}
a {
color: transparent;
}
</style>
</html>