https://bugs.koozali.org/show_bug.cgi?id=12267

            Bug ID: 12267
           Summary: missing default md
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: phpki-ng
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

on importing previous certificates we are not able to add new ones,

you get an error  

Using configuration from /tmp/file
  is an unsupported message digest type

on hacking this to see the content of the temp file, there isntohing at the
line for md_Default

and on comparing new config.php files and old one in phpki-store, we are
missing

thoses two lines..

# Define default md
$config['default_md']    = 'sha256';


The default digest was changed from MD5 to SHA256 in Openssl 1.1.
if missing you could use the value from the phpki-store/config/openssl.cnf

e.g.
default_md              = sha256

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to