Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:modules_crt [2019/08/09 14:13]
doischert
tutorial:adm:modules_crt [2019/09/02 08:20]
fiserp [How to create an authority on Windows]
Line 26: Line 26:
  
 ===== How to create an authority on Windows ===== ===== How to create an authority on Windows =====
 +<note important>On Windows, using diacritics in certificate/CSR DNs is currently not supported due to bug [[https://github.com/openssl/openssl/issues/8317|#8317]] in OpenSSL. This affects CRT module with CAW Windows driver. IdM handles this by stripping diacritics from certain strings before passing them to the CAW. On Linux, diacritics works fine.</note>
 The process of creating an authority on Windows is similar to the one on Linux but you need to have [[https://gitforwindows.org/|Git Bash]] installed. When creating the authority on Windows, we select the win-caw-driver. Then we just need to fill out one extra field: The process of creating an authority on Windows is similar to the one on Linux but you need to have [[https://gitforwindows.org/|Git Bash]] installed. When creating the authority on Windows, we select the win-caw-driver. Then we just need to fill out one extra field:
   * **Path to Git Bash** - This path leads to the bash.exe file in git\bin.   * **Path to Git Bash** - This path leads to the bash.exe file in git\bin.
  • by doischert