Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#################################################################

# User preferences for UCC


authentication-method=bearer-token

token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwi.....FkyV3pVSUFzc0RwaVprRURZV1U4Ukh3In0.eyJqdGkiOiJiMDBmNTkyMS01YjkxLTQzMGQtOTBjZC05ZDY4OTc4ODY4MTciLCJleHAiOjE2Njc5MzY0MTEsIm5iZiI6MCw.......cLXA

# configure truststore containing trusted CA certs
truststore.type=directory


# if type is 'directory'
truststore.directoryLocations.1=/home/user/certificates/*.pem
truststore.directoryEncoding=PEM

# do not check the SSL cert contains correct hostname
client.serverHostnameChecking=NONE

#
# The address(es) of the registries to contact
# (space separated list)


registry=https://unicore.hpc.cineca.it:9111/PRACE/services/Registry?res=default_registry

#
# default directory for output

output=.

protocols=UFTP BFT

#################################################################


The token bearer can be visualized from UserDB:

https://userdb.hpc.cineca.it/node/32904


Finally than copy CA certificates inside the certificate folder (not mandatory to use the service) from:

https://winnetou.surfsara.nl/prace/certs/

from the link: Package with individual certs from CAcerts file in gz format (SHA1) (PGP)

if you do not do it you can use the UCC client anyway but it will be asked you to accept the CA

...