Wiki source code of CIT E-Mail Adressen

Last modified by Albion Beqaj on 2024/01/29 16:12

Show last authors
1 = What E-Mail Adresses do I have? =
2
3
4 Each student has a single Mailbox and multiple E-Mail Adresses.
5
6
7 You can find out your E-Mail Adresses by installing the RBG user certificate.
8 Instructions can be found in the link below:
9 [[https:~~/~~/wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate>>https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate]]
10
11 {{toc/}}
12
13
14 == 1. MyITO ==
15
16 Under [[MyITO>>https://my.ito.cit.tum.de/zertifikat/]] in the tab "Certificate" you'll find your E-Mail-Adresses.
17
18
19
20 [[image:Untitled.png||alt="MyITO Zertifikat" height="788" width="1017"]]
21
22 == 2. Firefox (only if you have your certificates added) ==
23
24 start Firefox
25
26
27 Click on the burger-menu and then on //Edit// → //Preferences//
28 \\[[image:addressen1.png||alt="email_firefox1.jpg" height="308" width="741"]]
29
30
31
32 followed by //Privacy and Security// → //View Certificates//
33 \\[[image:addressen2.png||alt="email_firefox2.jpg" height="400" width="664"]]
34
35
36
37 //UnderYour Certificates// select the ITO-Certificate and klick on View.
38 \\[[image:addressen3.png||alt="email_firefox3.jpg" height="420" width="618"]]
39
40
41
42 Under //Subject Alt Names// you'll find all your E-Mail adresses.
43 [[image:addressen4.png||alt="email_firefox4.jpg" height="313" width="861"]]br/
44
45 == 3. Windows (only if you have your certificates set up) ==
46
47 open**// Control Panel//**
48
49
50 [[image:1706540371177-742.png]]
51
52
53
54
55 open**// Internet options (be sure to set View by: to "small icons")//**
56
57 [[image:1706540405867-688.png]]
58
59
60
61
62 Go to the tab **content **and then click on **//Certificates//**
63
64 [[image:1706540462305-449.png]]
65
66
67
68
69 In the tab **Personal** klick on **//View//**
70
71 [[image:1706540547696-266.png]]
72
73
74
75
76 in the tab **Details **under //**Subject Alternative Name**// you'll find your email-adresses
77
78
79 [[image:1706540757511-288.png]]
80
81
82
83
84 == 4. Konsole (Terminal) ==
85
86
87 {{html wiki="true"}}
88 {{code}}ssh CITKennung@lxhalle.in.tum.de
89
90 ldapsearch -x -H ldaps://ldap1.in.tum.de -b 'ou=IN, o=TUM, c=de' uid=$(whoami) mail | grep ^mail: | awk '{print $2}'
91 {{/html}}