Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:services:it_security:pki:start [2024/03/15 11:37] – [Apply for server certificate] thinderen:services:it_security:pki:start [2024/03/15 13:22] – [... from the GÉANT TCS PKI] thinder
Line 44: Line 44:
  
 ==== ... from the GÉANT TCS PKI ==== ==== ... from the GÉANT TCS PKI ====
-To request ACME External Account Binding Information for server certificates from the GÉANT TCS PKI, which is anchored in the client of the DFN of the GÉANT TCS PKI, send an e-mail to [[support@gwdg.de?subject=Question about my personal e-mail certificate&body=Dear Sir or Madam,%0A%0AI have the following question(s) about certificate(s):%0A%0A|support@gwdg.de]] or use the [[https://www.gwdg.de/support|Support form]] of the GWDG.+To request ACME External Account Binding Information for server certificates from the GÉANT TCS PKI, which is anchored in the client of the DFN of the GÉANT TCS PKI, send an e-mail to [[support@gwdg.de?subject=request for ACME External Account Binding Information for the following server(s):&body=Dear Sir or Madam,%0A%0AI would like to request ACME External Account Binding information for the following server(s):%0A%0A|support@gwdg.de]] or use the [[https://www.gwdg.de/support|Support form]] of the GWDG.
  
 <WRAP center round download 80%> <WRAP center round download 80%>
Line 54: Line 54:
 </WRAP> </WRAP>
  
- +==== Unix/OS X ====
 <WRAP center round info 80%> <WRAP center round info 80%>
 Call OpenSSL with the following Parameters Call OpenSSL with the following Parameters
Line 61: Line 60:
 </WRAP> </WRAP>
  
-==== Unix/OS X ==== 
 Simple Bash script... Simple Bash script...
 <code bash createcsr.sh>openssl req -newkey rsa:4096 -sha256 -keyout priv-key.pem -out certreq.pem</code> <code bash createcsr.sh>openssl req -newkey rsa:4096 -sha256 -keyout priv-key.pem -out certreq.pem</code>