We’re now ready to install the Moonshot software and its required dependencies. Install the software by running the following command:
bash
If you try to start FreeRADIUS at this point, it will not currently start successfully as the certificates it requires have not been generated - they are created in step 3.1 below.
Configure the Moonshot APC
Next, we need to configure the Moonshot APC.
Configure FreeRADIUS
Certificates
We need to get FreeRADIUS to create some private and public keys to use for its RadSec connections. Create and install the certificates by doing the following (as root).
Change into the /etc/freeradius/certs directory
bash
Edit the certificate generation properties in client.cnf, server.cnf, and ca.cnf as following:
In the ca.cnf file:
In the [ req ] section, add encrypt_key =no
In the [CA_default] section, change the default_days from 60 to a higher number (this is how long the certificates you create will be valid for). When the certificates expire, you will have to recreate them.
in the [ certificate_authority ] section, change all of the parameters to match those of your organisation. e.g.
true
In the server.cnf file:
In the [ req ] section, add encrypt_key =no
In the [CA_default] section, change the default_days from 60 to a higher number (this is how long the certificates you create will be valid for). When the certificates expire, you will have to recreate them.
in the [ server ] section, change all of the parameters to match those of your organisation. e.g.
true
In the client.cnf file:
In the [ req ] section, add encrypt_key =no
In the [CA_default] section, change the default_days from 60 to a higher number (this is how long the certificates you create will be valid for). When the certificates expire, you will have to recreate them.
in the [ client ] section, change all of the parameters to match those of your organisation. e.g.
trueAll of the organisation parameters (countryName, localityName, etc) need to match in the three .cnf files but the commonName must be unique in each file)
Clear out any old certificates in the directory
bash
Run the bootstrap script to generate the certificates
bash
Create a file that is the concatenation of the certificate and private key of the client.
Create the file
bash
Cerify that the client.pem file starts with "-----BEGIN CERTIFICATE-----".
RadSec
Next we need to configure RadSec. We do this by creating a file at /etc/radsec.conf with the following:
true
Realm
We next need to configure your realm in the FreeRADIUS server so that it knows not to send any requests for your own users off to another server.
Configure your realm in /etc/freeradius/proxy.conf
Open the file for editing and find the line “realm example.com {“
Above this, add the following, where YOUR_REALM should be substituted for the realm you intend to use for your APC:
true
Channel Binding Support
We next need to configure your FreeRADIUS server to support channel bindings.
Open /etc/freeradius/sites-available/abfab-tls for editing:
Scroll to the client default stanza at the bottom of the file
Edit the stanza to match the below:
If you have any other client definitions here, for example to distinguish between internal and external clients, also apply the change to them.
EAP Type
Set the EAP type in use by Moonshot (EAP-TTLS) by editing /etc/freeradius/mods-enabled/eap. Find the first instance of default_eap_type = md5 and change it to TTLS, i.e.:
Other EAP types should be supported (PEAP and MD5 have been tested).
Resource Provider Authentication
All Resource Providers in the Trust Router network, including all IdPs and RP Proxies and the Trust Router itself, need to authenticate themselves to the APC using Moonshot. This means that for every service or organisation, you must provision a credential on the APC.
In a production environment, we recommend you use a method of Resource Provider Authentication that integrates well with your chosen method of managing your Trust Router infrastructure.
See for options to define credentials.
We recommend using an automatic means to provision credential files, such as an online portal.
Defining the APC credential
During testing, we recommend to define credentials that your Resource Providers can use to authenticate to the APC. We will create a user with username "testapc" and password "testing".
Open /etc/raddb/users for editing and put the following at the top of the file:
true
The formatting of the stanza above is very important. There should be a <tab> in between the username and Cleartext-Password, and a line break followed by a <tab> before the Reply-Message.
Provisioning the APC credential
For the APC credential you defined in the previous step, create a :
Set the <user> tag to the credential you defined in the previous step, e.g. testapc
Set the <password> tag to its appropriate password. You may wish to base64-encode the password.
Set the <realm> tag to YOUR_APC_REALM.
You can leave the <services> tag out.
You should set the <selection-rules> tag to:
selection-rulestrue
Define either of the two trust anchors as per the documentation.
For simple test infrastructures, you may leave out the trust anchors, but it is not recommended.
Save the file, then deploy it onto the appropriate systemTrust Router (see Section 3.2.2 of ).
Configure the Trust Router connection
The APC is fundamental to a Trust Router network, so the next step involves configuring the Trust Router client software and configuring its connection to a Trust Router.
Set up the FreeRADIUS and Trust Router users
We need to place the FreeRADIUS user and the Trust Router users into each other's groups to allow them to read each other's shared files.
bash
Configure TIDS
The APC also runs the Temporary ID Server (TIDS).
Open the /etc/default/trust_router file for editing. If necessary, create it.
true
Testing
Now that we have the Moonshot IdP installed and configured, we're now ready to test!
Tip
At this point you probably want three consoles open on the server, so that you can manually run various components separately.
Testing FreeRADIUS locally
The first test is to check whether FreeRADIUS is working in its most basic manner.
In window 1, run (as root user)
bash
In window 2, run (as root user)
bash
This uses the "radtest" utility which is used in the following way - radtestusername password servername port shared-secret
If this is working correctly you should see something like the following:
In window 1 - FreeRADIUS server outputIn window 2 - radtest client output
Testing the Trust Router connection
To test the connection to Trust Router, we need to make sure the Temporary Identity Server (TIDS) software is running, then use the Temporary Identity Client (TIDC) software to simulate a connection to the Trust Router.
Starting the Temporary Identity Server (TIDS)
In window 3 (window 1 should still be still running the FreeRADIUS server and window 2 the radtest command), run the TIDS software:
bash
testapc@YOUR-APC-REALM is the identity that the trust router will use when provisioning keys - this makes it easy to spot in your own log files. Specifying your server's IP and hostname may seem redundant (and for single server deployments, it is!). You'll need to set the hostname and IP arguments a little differently if you want to enable some more advanced configurations (such as load balancing and key sharing).
This uses the "tids" binary which is used in the following way - tids [your-ip-address] trustrouter-gss-name] [your-hostname] [path-to-key-database]
When using Network Address Translation (NAT) or a firewall, you must specify your external IP address.
Run an APC authentication test
At this point, you must configure your trust router to use testapc@YOUR-APC-REALM as authentication.
The trust router configuration must be updated with the test user associated with your trust router's rp_realm filter lines.
The trust router configuration must be updated with your new APC designated as the APC for your trust router.
The trust router must have its Moonshot credential store updated with the test user and its password.
The trust router must be restarted. At this point, the trust router will attempt to authenticate itself to the APC.
In the FreeRADIUS console, you should see an Access-Accept response.
Next Steps
At this point, you now have a Moonshot APC that is working. Now for the next steps:
Automatically start the software
FreeRADIUS
To automatically start FreeRADIUS, issue the following command (as root):
If this is working correctly, you should see FreeRADIUS running as a daemon process.
TIDS
To automatically start TIDS, issue the following command (as root):
If this is working correctly, you should see TIDS running as a daemon process.
Configure a real source of Authentication
Your FreeRADIUS server can currently only authenticate a single user - "testapc". At this point, you will want to connect to your management database. The FreeRADIUS site has information and instructions for how to do this.