- Architecture of ID-software
- Domain Controller Configuration
- Apache2 SSL Configuration
- Nginx SSL Configuration
- IIS SSL Configuration
Uses http://www.mkdocs.org/ and https://github.com/mkdocs/mkdocs-bootswatch styles for generating documentation.
-
Update source files in ID_software_architecture_files/docs/
-
Build documentation locally
cd ID_software_architecture_files mkdocs build
Uses https://jekyllrb.com and https://just-the-docs.com styles for generating documentation.
-
Update source files in domain/
-
Build PDF document
# Export English version
pandoc domain/index.md -L kramdown-toc.lua -o eID_Auth_Guide_EN.pdf
# Export Estonian version
pandoc domain/index.et.md -L kramdown-toc.lua -o eID_Auth_Guide_ET.pdfUses https://jekyllrb.com and https://just-the-docs.com styles for generating documentation.
-
Update source files in apache/
-
Build PDF document
# Export English version
pandoc apache/index.md -L kramdown-toc.lua -o apache_SSL_EN.pdf
# Export Estonian version
pandoc apache/index.et.md -L kramdown-toc.lua -o apache_SSL_ET.pdfUses https://jekyllrb.com and https://just-the-docs.com styles for generating documentation.
-
Update source files in nginx/
-
Build PDF document
# Export English version
pandoc nginx/index.md -L kramdown-toc.lua -o nginx_SSL_EN.pdf
# Export Estonian version
pandoc nginx/index.et.md -L kramdown-toc.lua -o nginx_SSL_ET.pdfUses https://jekyllrb.com and https://just-the-docs.com styles for generating documentation.
-
Update source files in iis/
-
Build PDF document
# Export English version
pandoc iis/index.md -L kramdown-toc.lua -o iis_SSL_EN.pdf
# Export Estonian version
pandoc iis/index.et.md -L kramdown-toc.lua -o iis_SSL_ET.pdfOfficial builds are provided through official distribution point id.ee. If you want support, you need to be using official builds. Contact our support via www.id.ee for assistance.
Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.