Table of Contents

Details file

If you've been sent a file containing the RADIUS server information then you'll need to uncompress, decrypt and untar the file to access the contents (a number of files equal to the number of your RADIUS servers):

Windows Method 1

pgp4win-start.jpg

Windows Method 2

MAC OS

Linux

unzip <filename.tar.gpg.zip>

gpg <filename.tar.gpg> > <filename.tar> (prompts for password)

tar xvf <filename.tar>

For example:

doctor@jadzia/tmp What? unzip holby.nhs.uk.tar.gpg.zip
Archive:  holby.nhs.uk.tar.gpg.zip
 extracting: holby.nhs.uk.tar.gpg

doctor@jadzia/tmp What? gpg holby.nhs.uk.tar.gpg > holby.nhs.uk.tar
gpg: AES256 encrypted data
gpg: encrypted with 1 passphrase

doctor@jadzia/tmp What? tar xvf holby.nhs.uk.tar
holby.nhs.uk/
holby.nhs.uk/radius1.holby.nhs.uk
holby.nhs.uk/radius0.holby.nhs.uk
holby.nhs.uk/radius2.holby.nhs.uk

Alternatively: