Documentation
Application Layer technical documentation.- NQL documentation, the nscale query language. Read as PDF
- Plug-in FAQ, Plug-ins FAQ documentation (only in German)
For your own CA, you must request a CSR (Certificate Signing Request):
keytool -certreq -file newreq.pem -keystore certificates.store -alias applicationlayer -ext san=dns:fully-qualified-hostname
Sign the file 'newreq.pem' (e.g. by http://active-directory/certsrv) and import the answer:
keytool -import -trustcacerts -keystore certificates.store -alias applicationlayer -file "certnew.p7b"