DbSigner Java Addin
Allow to sign database from server console
Install
Domino console command to install this app on your server:
tell Genesis install dbsigner
Install in MyAccount (for Prominic customers only)
Source code
If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.
moonshine://project/dbsigner
Allow to sign database from Domino console
Version: 0.4.12
{
"title": "DbSigner",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}",
"active": "1",
"runjava": "DbSigner"
},
"steps": [
{
"title": "Step 1. Download needed files",
"files": [
{
"from": "${baseurl}/0/${docid}/$FILE/DbSigner-${version}.jar",
"to": "JavaAddin/DbSigner/DbSigner-${version}.jar"
}
]
},
{
"title": "Step 2. Register Java Addin",
"notesINI": [
{
"name": "JavaUserClassesExt",
"value": "GJA_DbSigner",
"multivalue": true,
"sep": ","
},
{
"name": "GJA_DbSigner",
"value": "JavaAddin/DbSigner/DbSigner-${version}.jar"
}
]
},
{
"title": "Step 3. Restart All JavaAddins",
"commands": ["restart"]
},
{
"title": "Step 4. Final",
"messages": ["SUCCESS: DbSigner has been installed", "Please restart RunJava task in order to load DbSigner"]
}
]
}