Skip to content

Commit 4b12982

Browse files
committed
[irods/irods#7717] Installation: Add TLS section to setup prompts
1 parent 14e481d commit 4b12982

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/getting_started/installation.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The `setup_irods.py` script below will prompt for, and then create, if necessary
119119
$ (sudo) python3 /var/lib/irods/scripts/setup_irods.py
120120
~~~
121121

122-
The `setup_irods.py` script will ask for information in four (possibly five) sections:
122+
The `setup_irods.py` script will ask for information in sections, the number of which depends on the server role and options passed to the script:
123123

124124
1. Service Account
125125
- Service Account User
@@ -148,7 +148,16 @@ The `setup_irods.py` script will ask for information in four (possibly five) sec
148148
- Parallel Transfer Port Range (End)
149149
- iRODS Administrator User
150150

151-
5. Keys and Passwords
151+
5. iRODS Server TLS Configuration (if using `--tls` option)
152+
- Generate and use self-signed certificate (auto-fills remainder of section)
153+
- Server's certificate chain file
154+
- Server's certificate key file
155+
- Diffie-Hellman parameters file
156+
- CA certificate file
157+
- CA certificate directory path
158+
- Certificate verification level
159+
160+
6. Keys and Passwords
152161
- Zone Key
153162
- Negotiation Key
154163
- iRODS Administrator Password

0 commit comments

Comments
 (0)