Skip to content

Docs CSC now features an automatic Finnish translation. Click here for more information.

Warning!

Puhti and Mahti are being decommissioned in stages, and their storage areas will become fully unavailable from 15 October 2026. Clean up unnecessary files and move any data you need to keep by 31 August 2026. See the Roihu data migration guide for instructions on transferring your data to Roihu.

Puhti computing services have been decommissioned and no new jobs are accepted or executed on its compute nodes. Puhti login nodes and storage services are planned to remain available until 15 October 2026.

Custom domains

You can bring your own domain to Rahti and expose your web applications under that domain. You are responsible for managing the domain's DNS settings as well as its certificates. For more information on configuring a custom domain, see the Custom domain names and secure transport tutorial.

  • DNS configuration: you need to configure a CNAME record pointing to router-default.apps.2.rahti.csc.fi. In cases where this is not possible, another option is to configure an A record containing the IP address of router-default.apps.2.rahti.csc.fi. The way this is done depends on the registrar of the DNS record.

    $ host <your-domain>
    <your-domain> is an alias for router-default.apps.2.rahti.csc.fi.
    router-default.apps.2.rahti.csc.fi has address 195.148.21.61
    
  • Certificates: any certificate provider can be used, for example the free certificates provided by the Let's Encrypt controller.

A Route that uses a custom domain supports the same features as any other Route. For example, you can restrict which clients are able to reach it with IP allow-listing.