database: dreamweb create sql: src/main/resources/mysql/database_dreamweb.sql
#create the keypair
openssl req -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.pem
#convert the private key to pkcs8 format
openssl pkcs8 -topk8 -inform PEM -outform DER -in saml.pem -out saml.pkcs8 -nocrypt将生成的saml.crt saml.pem saml.pkcs8 三个文件放在src/main/resources/ssocert/ 目录下
cc.landingzone.dreamweb.DreamwebApplication
2021.08.02:新增配置项dreamweb.idp_entityid=<your_idp_entityid> 2022.06.06:新增activiti相关配置