You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is required by all CMS plugins / framework bundles if they want to be dynamically configurable and do without a preconfguration step on the command line, see for example: simevo/spid-wordpress#22
two new public member functions are required in the Italia\Spid\Sp class:
isConfigured() returns true if the SP certificates are found where the $settings says they are, and they are valid (i.e. the plugin has been configured correctly)
generateCerts($ountryName, stateName, localityName, commonName, emailAddress): generates with openssl the certificates where the $settings says they should be (assuming the user which the wenservice is impersonating has write access to that directory)
The text was updated successfully, but these errors were encountered:
this is required by all CMS plugins / framework bundles if they want to be dynamically configurable and do without a preconfguration step on the command line, see for example: simevo/spid-wordpress#22
two new public member functions are required in the
Italia\Spid\Sp
class:isConfigured()
returns true if the SP certificates are found where the$settings
says they are, and they are valid (i.e. the plugin has been configured correctly)generateCerts($ountryName, stateName, localityName, commonName, emailAddress)
: generates with openssl the certificates where the $settings says they should be (assuming the user which the wenservice is impersonating has write access to that directory)The text was updated successfully, but these errors were encountered: