-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-monster.json
executable file
·59 lines (50 loc) · 1.37 KB
/
package-monster.json
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
{
"name": "x509-tool",
"version": "3.1.0",
"package-monster": "0.2.0",
"description": "Manage X509 Certificates used for Client-based-Authentication",
"license": "MPL-2.0",
"author": "Andi Dittrich <[email protected]>",
"website": "https://github.com/AenonDynamics/X509-Tool",
"bugs": "https://github.com/AenonDynamics/X509-Tool/issues",
"multiversion": false,
"repository": "public",
"type": "script",
"debian": {
"section": "utils",
"priority": "optional",
"dependencies": [
"openvpn",
"openssl (>= 1.0.0)"
],
"conf": [
"openssl.conf",
"cert.example.conf"
],
"files": [
{
"src": "lib/bash-functions",
"dst": "/usr/share/x509-tool/bash-functions"
},
{
"src": "lib/ca-cert.sh",
"dst": "/usr/share/x509-tool/ca-cert.sh"
},
{
"src": "lib/ica-cert.sh",
"dst": "/usr/share/x509-tool/ica-cert.sh"
},
{
"src": "lib/openvpn-util.sh",
"dst": "/usr/share/x509-tool/openvpn-util.sh"
}
],
"bin": [
"x509-tool"
],
"sbin": [
],
"scripts": {
}
}
}