Project

General

Profile

Task #951

Updated by Vít Švanda over 6 years ago

Please create tutorial for certificate module. 

  * - Inspiration can be tutorial for virtual system. 
  * - Admin documentation for certificate module is here: https://wiki.czechidm.com/devel/documentation/modules_crt 
  * - You can use CAW distribution from the tests https://git.bcvsolutions.eu/modules/crt/blob/develop/Realization/backend/crt/crt-impl/src/test/resources/eu/bcvsolutions/idm/caw/zip/caw.zip 

 Basic parts of tutorial: 

  * - What is a certificate module? 
  * - What do you need before you start 
   
     * 
    - You need install CzechIdM 7.7.0 (and higher). 
     * 
    - You need be logged in as 'admin'. 
     * 
    - You need enable 'Certificate' module. 
     * 
    - You need install the    'CAW' (link to the tutorial for caw installation). 
  * - How create a authority (for caw-driver) 
  * - Generate certificate in GUI 
  * - Generate certificate by CSR 
  * - Renew certificate 
  * - Revocate certificate 

Back