1PVA-ADDVO(1) PVA Users Manual PVA-ADDVO(1)
2
3
4
6 pva-addvo - PHP VOMS-Admin(PVA) VO addition script
7
8
10 The pva-addvo command can be used to add new VO for serving by PHP
11 VOMS-Admin. It also generates configuration files for voms-server for
12 use in conjunction with PVA.
13
14
16 pva-addvo [vo config]
17
18
20 vo config
21 VO provisioning configuration file
22
24 The pva-addvo command creates configuration files for PVA and voms-
25 server. New VO parameters can be provided via environment variables.
26 Any subset of configuration variables can be specified in vo config
27 file.
28
29 When "Request VOMS resources for new VO" form via PVA web-interface is
30 filled and submitted by VO admin, PVA will automatically send an e-mail
31 to server administrator formatted as configuration file to use with
32 pva-addvo(1). VOPORT is not included in mail body and must be set man‐
33 ually
34
35
37 /etc/pva/addvo.conf
38 Host-specific configuration file for pva-addvo(1). You MUST
39 review its contents and set your host parameters before adding
40 the first VO. Settings include host name, voms-server certifi‐
41 cate paths, MySQL access options and voms-server accout.
42
43
45 VONAME The name for a new VO to add. According to EGI documentation,
46 using FQDN is preferred way (required).
47
48 ADMDN Initial VO administrator's certificate distinguished name
49 (required).
50
51 ADMCA DN of a certification authority, which signed initial VO admin‐
52 istrator's certificate (required).
53
54 ADMMAIL
55 E-mail address of initital VO administrator (required).
56
57 RULES_URL
58 URL that points to VO usage rules. Every new user must agree and
59 accept this rules to proceed (required).
60
61 VOPORT voms-server listen port to issue VOMS ACs (required).
62
63 HOMEPAGE
64 URL to VO homepage (optional).
65
66 DESCR Short human readable description of the VO (optional).
67
68 DEFCA Default value for DN of certification authority, used when manu‐
69 ally adding new users (optional).
70
71
73 VOPORT=15110 pva-addvo /path/to/new_VO_request_file
74
75
77 APACHE LICENSE Version 2.0
78
79
81 Andrii Salnikov <manf@grid.org.ua>
82
83
85 addvo.conf(5), pva-config(5), voms(8)
86
87
88
89
90PHP VOMS-Admin version 0.6 2011-06-07 PVA-ADDVO(1)