Skip to content
Snippets Groups Projects
Commit 2b864e7f authored by Ondrej Dvorak's avatar Ondrej Dvorak
Browse files

Update docs.it4i/irods_environment.json, docs.it4i/dice.md, docs.it4i/config.yml

parent 62643b87
No related branches found
No related tags found
1 merge request!402oprava cesty k certu
Pipeline #28066 passed with warnings
...@@ -5,7 +5,7 @@ client_user: some_user ...@@ -5,7 +5,7 @@ client_user: some_user
zone: IT4I zone: IT4I
authscheme: "pam" authscheme: "pam"
ssl_ca_cert_file: "~/chain_geant_ov_rsa_ca_4_full.pem" ssl_ca_cert_file: "~/.irods/chain_geant_ov_rsa_ca_4_full.pem"
ssl_encryption_key_size: 32 ssl_encryption_key_size: 32
ssl_encryption_algorithm: "AES-256-CBC" ssl_encryption_algorithm: "AES-256-CBC"
ssl_encryption_salt_size: 8 ssl_encryption_salt_size: 8
......
...@@ -164,8 +164,8 @@ cd ~ ...@@ -164,8 +164,8 @@ cd ~
wget https://github.com/cyverse/irodsfs/releases/download/v0.7.6/irodsfs_amd64_linux_v0.7.6.tar wget https://github.com/cyverse/irodsfs/releases/download/v0.7.6/irodsfs_amd64_linux_v0.7.6.tar
tar -xvf ~/irodsfs_amd64_linux_v0.7.6.tar tar -xvf ~/irodsfs_amd64_linux_v0.7.6.tar
mkdir ~/IRODS ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/config.yml mkdir ~/IRODS ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/config.yml
sudo wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods/ wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods/
sed 's,~,'"$HOME"',g' ~/irods/irods_environment.json sed -i 's,~,'"$HOME"',g' ~/irods/irods_environment.json
``` ```
- edit `~/.irods/config.yml` with username from [AAI][f] - edit `~/.irods/config.yml` with username from [AAI][f]
...@@ -235,8 +235,8 @@ sudo rm -rf \ ...@@ -235,8 +235,8 @@ sudo rm -rf \
./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
sudo apt install -y irods-icommands sudo apt install -y irods-icommands
mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json
sudo wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods
sed 's,~,'"$HOME"',g' ~/.irods/irods_environment.json sed -i 's,~,'"$HOME"',g' ~/.irods/irods_environment.json
``` ```
...@@ -249,8 +249,8 @@ sudo yum install epel-release -y ...@@ -249,8 +249,8 @@ sudo yum install epel-release -y
sudo yum install python-psutil python-jsonschema sudo yum install python-psutil python-jsonschema
sudo yum install irods-icommands sudo yum install irods-icommands
mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json
sudo wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods wget https://pki.cesnet.cz/_media/certs/chain_geant_ov_rsa_ca_4_full.pem -P ~/.irods
sed 's,~,'"$HOME"',g' ~/.irods/irods_environment.json sed -i 's,~,'"$HOME"',g' ~/.irods/irods_environment.json
``` ```
- edit ***irods_user_name*** in `~/.irods/irods_environment.json` with username from [AAI][f] - edit ***irods_user_name*** in `~/.irods/irods_environment.json` with username from [AAI][f]
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"irods_zone_name": "IT4I", "irods_zone_name": "IT4I",
"irods_authentication_scheme": "pam_password", "irods_authentication_scheme": "pam_password",
"irods_ssl_verify_server": "cert", "irods_ssl_verify_server": "cert",
"irods_ssl_ca_certificate_file": "~/chain_geant_ov_rsa_ca_4_full.pem", "irods_ssl_ca_certificate_file": "~/.irods/chain_geant_ov_rsa_ca_4_full.pem",
"irods_encryption_algorithm": "AES-256-CBC", "irods_encryption_algorithm": "AES-256-CBC",
"irods_encryption_key_size": 32, "irods_encryption_key_size": 32,
"irods_encryption_num_hash_rounds": 16, "irods_encryption_num_hash_rounds": 16,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment