Server Settings
Server settings are available under https://YOURNAME.radius-as-a-service.com/settings/server
Last updated
Was this helpful?
Server settings are available under https://YOURNAME.radius-as-a-service.com/settings/server
Last updated
Was this helpful?
RADIUSaaS operates a RadSec service to provide secure cloud-based authentication for its users. In addition, for those customers who unable to utilise RadSec in their network environment due to legacy hardware and software, RADIUSaaS also provides up to two RADIUS proxies.
Both RadSec and RADIUS service offer public IP address that enable your network appliances and services to communicate with our service from anywhere via the internet. These services operate on their unique registered ports.
The DNS entry through which the RadSec service can be reached.
This is the public IP address of the RadSec service.
This is the registered port for RadSec: 2083
In cases where customers require higher levels of redundancy, a second RadSec service is configured for your instance providing an additional IP address. Please note that there is an additional cost for this service.
It is important to note that RADIUSaaS does NOT provide failover between the two RadSec endpoints and this failover is typically implemented on your network equipment as show in below example using Meraki.
It is recommended to configure your failover scenario using IP addresses rather than DNS for better visibility and less reliance on an additional service (DNS).
In this configuration, the two RadSec IP addresses are listed in order of preference. When Meraki is unable to reach one of the IP addresses, it will typically try two more times and moves on to the next one. For more information regarding the failover capability of your Meraki (or other) system, please consult your own resources.
The following settings control certain aspects of the RadSec connection to your RADIUSaaS instance.
This setting controls the maximum TLS version for your RadSec interface. The minimum version is fixed at 1.2, the default maximum is set to 1.3.
TLS 1.3 offers several advantages over 1.2, including the post-handshake authentication mechanism, which allows requesting additional credentials before completing the handshake. This is important for the verification checks for RadSec certificates setting discussed next.
This setting determines whether a revocation check should be performed for all RadSec connections. The method for verifying the revocation check differs slightly from that used for client authentication certificates.
For proper RadSec operation, your network devices, such as Access Points, Switches, and VPN Servers, must initially perform a (mutual) TLS handshake to forward Access-Request messages to the RadSec Server. To check the revocation status of a RadSec client certificate during the handshake, the certificate must be sent within the TLS tunnel.
In TLS 1.2, there is no method to request the RadSec client certificate during the handshake, so the handshake may complete before RADIUSaaS has fully authorised it, and your network device may perceive the channel being open and forwards requests even if this is not the case on our side. Your network device's RadSec client certificate is not transmitted until a client device authenticates, and we cannot check the revocation status of the certificate until then, which can lead to authentication timeouts or rejections because the client has to restart the authentication completely.
To mitigate the above behaviour, the verification checks is deactivated when the maximum TLS version is set to 1.2. Please note you can manually reactive it later.
TLS 1.3 allows explicitly requesting the RadSec client certificate before completing the handshake. This ensures that if the verification status is 'revoked', the handshake will fail immediately.
This setting is automatically enabled when the maximum TLS version is set to 1.3.
This section is available when you have configured at least on RADIUS Proxy. For each proxy, a separate public IP address is available. The public IP addresses in this section support the RADIUS protocol only and thus listen on ports 1812/1813.
These IP addresses only listen on RADIUS over UDP ports 1812/1813.
Geo-location of the RADIUS proxy/proxies as well as the respective public IP address(es).
The shared secret for the respective RADIUS proxy. By default, all RADIUS proxies are initialized with the same shared secret.
This section displays the standard ports for the RADIUS authentication (1812) and RADIUS accounting (1813) services.
Note that a single RADIUSaaS Proxy does not provide redundancy. To ensure redundancy, set up multiple RADIUSaaS Proxies as described here.
When using RADIUSaaS with multiple RadSec instances, Proxies are automatically configured to connect to all available RadSec instances. A RADIUSaaS Proxy will prioritize connecting to the nearest regional RadSec Service. If that service is unavailable, it will switch to another available RadSec Service.
By default, RADIUSaaS generates a RADIUS Server Certificate signed by a Certificate Authority (CA) that is available on our service solely for this very purpose. We refer to it as the Customer-CA. The Customer-CA is unique for each customer.
To create your Customer-CA, follow these simple steps:
Navigate to Settings > Server Settings
Click Add
Choose Let RaaS create a CA for you
Click on Save
After the creation, you will see a new certificate available under Server Certificates
In case you do not want to use the Customer CA, you can upload up to two of your own certificates.
Please follow these steps to leverage SCEPman Certificate Master to generate a new server certificate:
Navigate to your SCEPman Certificate Master web portal.
Select Request Certificate on the left
Select New Server Certificate on the top
Enter all Fully Qualified Domain Names (FQDNs) that the certificate shall be valid for separated by commas, semicolons, or line breaks. Generate a server certificate as described here and provide any FQDN you want. We recommend adapting the SAN of the default server certificate, e.g. radsec-<your RADIUSaaS instance name>.radius-as-a-service.com
.
Set the Download file format to PEM
Select Include Certificate Chain and download the certificate.
Submit the request to download the new server certificate.
Important: Take temporary note of the password since it cannot be recovered from Certificate Master.
To add your server certificate created in above steps, navigate to RADIUSaaS instance > Settings > Server Settings > Add then
Choose PEM or PKCS#12 encoded Certificate (If you selected PKCS#12 in step 5, this contains both public and private key)
Drag & drop your certificate file or click to browse for it
Enter the password of your Private Key
Click Save
Please note: By default, SCEPman Certificate Master issues certificates that are valid for 730 days. If you'd like to change this, please refer to SCEPman's documentation.
Ensure to monitor the expiry of your server certificate and renew it in due time to prevent service interruptions.
As certificates expire from time to time or your preference on which certificates you would like to use change, it is important that you can control the certificate that your server is using. The Active column shows you the certificate your server is currently using. To change the certificate your server is using, expand the row of the certificate you would like to choose and click Activate.
To download your Server Certificate, click Download in the corresponding row.
It will open a dialog and show the complete certificate path. The root certificate will always be marked in green.
The downloaded root certificate is encoded in base64 (PEM). In case your device (e.g. WiFi controller) needs a binary coding (DER), you can convert it using OpenSSL:
To delete a certificate, expand the corresponding row, click Delete and confirm your choice.
Certificates will expire from time to time. Five months before your certificate is going to be expired, your dashboard will give you a hint that your certificate is about to expire.
If you're seeing this triangle, follow this guide how you can change your server certificate:
Server Certificate Renewal