bozoh / moodle-mod_simplecertificate

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README
17 stars 44 forks source link

digital signature certification #86

Open bozoh opened 10 years ago

bozoh commented 10 years ago

Hi!!

And congratulations for your work.

I would like to use the "digital signature certification" option of TCPDF library (see an example of use in http://www.tcpdf.org/examples/example_052.phps).

Is it possible?

bozoh commented 9 years ago
  1. Create DB columns
  2. Add update Scripts
  3. Create a test uint case
    1. Create a self-sign CRT without password (blank)
    2. Create a self-sign CRT with password
  4. Add fields on plugin's form
  5. Add related code in PDF creation method
  6. Update backup/Restore routine