CINXE.COM
CentOS / Fedora 路 eduroam at CERN
<!DOCTYPE HTML> <html lang="" > <head> <meta charset="UTF-8"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>CentOS / Fedora 路 eduroam at CERN</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content=""> <meta name="generator" content="GitBook 3.2.2"> <meta name="author" content="Quentin Barrand"> <link rel="stylesheet" href="../../gitbook/style.css"> <link rel="stylesheet" href="../../gitbook/gitbook-plugin-alerts/style.css"> <link rel="stylesheet" href="../../gitbook/gitbook-plugin-terminal/plugin.css"> <link rel="stylesheet" href="../../gitbook/gitbook-plugin-highlight/website.css"> <link rel="stylesheet" href="../../gitbook/gitbook-plugin-search/search.css"> <link rel="stylesheet" href="../../gitbook/gitbook-plugin-fontsettings/website.css"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../gitbook/images/apple-touch-icon-precomposed-152.png"> <link rel="shortcut icon" href="../../gitbook/images/favicon.ico" type="image/x-icon"> <link rel="next" href="ubuntu.html" /> <link rel="prev" href="../linux.html" /> </head> <body> <div class="book"> <div class="book-summary"> <div id="book-search-input" role="search"> <input type="text" placeholder="Type to search" /> </div> <nav role="navigation"> <ul class="summary"> <li class="chapter " data-level="1.1" data-path="../../"> <a href="../../"> Introduction </a> </li> <li class="header">CERN users</li> <li class="chapter " data-level="2.1" data-path="../download_certificate.html"> <a href="../download_certificate.html"> Obtaining a certificate </a> </li> <li class="chapter " data-level="2.2" data-path="../generic.html"> <a href="../generic.html"> Configuring your device </a> <ul class="articles"> <li class="chapter " data-level="2.2.1" data-path="../windows.html"> <a href="../windows.html"> Windows </a> <ul class="articles"> <li class="chapter " data-level="2.2.1.1" data-path="../windows/7.html"> <a href="../windows/7.html"> Windows 7 </a> </li> <li class="chapter " data-level="2.2.1.2" data-path="../windows/8.html"> <a href="../windows/8.html"> Windows 8 </a> </li> <li class="chapter " data-level="2.2.1.3" data-path="../windows/10.html"> <a href="../windows/10.html"> Windows 10 </a> </li> <li class="chapter " data-level="2.2.1.4" data-path="../windows/11.html"> <a href="../windows/11.html"> Windows 11 </a> </li> </ul> </li> <li class="chapter " data-level="2.2.2" data-path="../apple.html"> <a href="../apple.html"> Apple </a> <ul class="articles"> <li class="chapter " data-level="2.2.2.1" data-path="../apple/macos.html"> <a href="../apple/macos.html"> macOS </a> </li> <li class="chapter " data-level="2.2.2.2" data-path="../apple/ipad.html"> <a href="../apple/ipad.html"> iPad </a> </li> <li class="chapter " data-level="2.2.2.3" data-path="../apple/iphone.html"> <a href="../apple/iphone.html"> iPhone </a> </li> </ul> </li> <li class="chapter " data-level="2.2.3" data-path="../android.html"> <a href="../android.html"> Android </a> <ul class="articles"> <li class="chapter " data-level="2.2.3.1" data-path="../android/android10.html"> <a href="../android/android10.html"> Android 10 </a> </li> <li class="chapter " data-level="2.2.3.2" data-path="../android/android11.html"> <a href="../android/android11.html"> Android 11 </a> </li> <li class="chapter " data-level="2.2.3.3" data-path="../android/android13.html"> <a href="../android/android13.html"> Android 13 </a> </li> <li class="chapter " data-level="2.2.3.4" data-path="../android/android14.html"> <a href="../android/android14.html"> Android 14 </a> </li> </ul> </li> <li class="chapter " data-level="2.2.4" data-path="../linux.html"> <a href="../linux.html"> Linux </a> <ul class="articles"> <li class="chapter active" data-level="2.2.4.1" data-path="rhel.html"> <a href="rhel.html"> CentOS / Fedora </a> </li> <li class="chapter " data-level="2.2.4.2" data-path="ubuntu.html"> <a href="ubuntu.html"> Ubuntu </a> </li> <li class="chapter " data-level="2.2.4.3" data-path="wpa_supplicant.html"> <a href="wpa_supplicant.html"> All distributions (not recommended) </a> </li> </ul> </li> </ul> </li> <li class="header">Visiting users</li> <li class="chapter " data-level="3.1" data-path="../../visiting_users/accepting_oc5.html"> <a href="../../visiting_users/accepting_oc5.html"> Accepting the OC5 rules </a> </li> <li class="divider"></li> <li> <a href="https://www.gitbook.com" target="blank" class="gitbook-link"> Published with GitBook </a> </li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <!-- Title --> <h1> <i class="fa fa-circle-o-notch fa-spin"></i> <a href="../.." >CentOS / Fedora</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <div id="book-search-results"> <div class="search-noresults"> <section class="normal markdown-section"> <h1 id="centos--fedora">CentOS / Fedora</h1> <p><strong>This tutorial has been tested with the following versions:</strong></p> <ul> <li>Fedora 36</li> </ul> <p><strong>The screenshots were taken using version:</strong> Fedora 36.</p> <hr> <h2 id="optional-moving-the-certificates-to-a-local-file-system">Optional: moving the certificates to a local file system</h2> <p>Due to the default SELinux policy, your certificates cannot be stored on a shared filesystem such as AFS. Move them to <code>/etc/eduroam_cern</code> using the following commands:</p> <pre><code>**[terminal] **[prompt [root@host ]**[path ~]**[prompt ]]**[delimiter # ]**[command mkdir /etc/eduroam_cern] **[prompt [root@host ]**[path ~]**[prompt ]]**[delimiter # ]**[command mv <USERNAME>-eduroam.p12 /etc/eduroam_cern] **[prompt [root@host ]**[path ~]**[prompt ]]**[delimiter # ]**[command mv cern_ca_2.crt /etc/eduroam_cern] </code></pre><p>Replace <code><USERNAME></code> with your CERN username.</p> <h2 id="configuring-the-connection">Configuring the connection</h2> <p>Open menu in top-right corner and choose Settings</p> <p><img src="images/Fed36-1.png" alt="Settings"></p> <hr> <p>In the <em>Wi-Fi</em> section choose eduroam network.</p> <p><img src="images/Fed36-2.png" alt="Select Wi-Fi in the dropdown"></p> <hr> <p>Configure the connection with following values:</p> <ul> <li>Security: <em>WPA & WPA2 Entreprise</em></li> <li>Authentication: <em>TLS</em></li> <li>Identity: <code>anonymous@cern.ch</code></li> <li>Domain: <code>cern.ch</code></li> <li>CA certificate: select the CERN Root CA 2 certificate</li> <li>User certificate: select the <code>p12</code> certificate that you downloaded from the CERN CA</li> <li>User private key: select the <code>p12</code> certificate that you downloaded from the CERN CA</li> <li>User key password: the password that you noted down when generating the certificate</li> </ul> <p><img src="images/Fed36-3.png" alt="Wi-Fi secutiry window"></p> <p>Click <code>Connect</code> and use eduroam.</p> </section> </div> <div class="search-results"> <div class="has-results"> <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1> <ul class="search-results-list"></ul> </div> <div class="no-results"> <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1> </div> </div> </div> </div> </div> </div> <a href="../linux.html" class="navigation navigation-prev " aria-label="Previous page: Linux"> <i class="fa fa-angle-left"></i> </a> <a href="ubuntu.html" class="navigation navigation-next " aria-label="Next page: Ubuntu"> <i class="fa fa-angle-right"></i> </a> </div> <script> var gitbook = gitbook || []; gitbook.push(function() { gitbook.page.hasChanged({"page":{"tested_with":["Fedora 36"],"screenshots_version":"Fedora 36","title":"CentOS / Fedora","level":"2.2.4.1","depth":3,"next":{"title":"Ubuntu","level":"2.2.4.2","depth":3,"path":"cern_users/linux/ubuntu.md","ref":"cern_users/linux/ubuntu.md","articles":[]},"previous":{"title":"Linux","level":"2.2.4","depth":2,"path":"cern_users/linux.md","ref":"cern_users/linux.md","articles":[{"title":"CentOS / Fedora","level":"2.2.4.1","depth":3,"path":"cern_users/linux/rhel.md","ref":"cern_users/linux/rhel.md","articles":[]},{"title":"Ubuntu","level":"2.2.4.2","depth":3,"path":"cern_users/linux/ubuntu.md","ref":"cern_users/linux/ubuntu.md","articles":[]},{"title":"All distributions (not recommended)","level":"2.2.4.3","depth":3,"path":"cern_users/linux/wpa_supplicant.md","ref":"cern_users/linux/wpa_supplicant.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["alerts","terminal"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"alerts":{},"terminal":{"copyButtons":true,"fade":true,"style":"flat"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Quentin Barrand","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"cern_ca_website":"https://cern.ch/ca/","cern_ca_cert_filename":"CERN Root Certification Authority 2.crt"},"title":"eduroam at CERN","links":{"contribute":"https://gitlab.cern.ch/network/eduroam-docs","sharing":{"google":null,"facebook":null,"twitter":null}},"gitbook":"*"},"file":{"path":"cern_users/linux/rhel.md","mtime":"2024-07-10T09:14:17.281Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2024-07-10T09:14:20.867Z"},"basePath":"../..","book":{"language":""}}); }); </script> </div> <script src="../../gitbook/gitbook.js"></script> <script src="../../gitbook/theme.js"></script> <script src="../../gitbook/gitbook-plugin-alerts/plugin.js"></script> <script src="../../gitbook/gitbook-plugin-terminal/plugin.js"></script> <script src="../../gitbook/gitbook-plugin-search/search-engine.js"></script> <script src="../../gitbook/gitbook-plugin-search/search.js"></script> <script src="../../gitbook/gitbook-plugin-lunr/lunr.min.js"></script> <script src="../../gitbook/gitbook-plugin-lunr/search-lunr.js"></script> <script src="../../gitbook/gitbook-plugin-sharing/buttons.js"></script> <script src="../../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script> </body> </html>