I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| #!/bin/sh | |
| # drawio.xml is taken from Draw.io debian package | |
| cat > ~/.local/share/mime/packages/drawio.xml << 'EOF' | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> | |
| <mime-type type="application/vnd.jgraph.mxfile"> | |
| <glob pattern="*.drawio"/> | |
| <comment>draw.io Diagram</comment> | |
| <icon name="x-office-document" /> |
| if [ "$(basename $0)" = "install-odoo.sh" ]; then | |
| echo "don't run install-odoo.sh, because it's not fully automated script. Copy, paste and execute commands from this file manually" | |
| exit 0 | |
| fi | |
| #### Detect type of system manager | |
| export SYSTEM='' | |
| pidof systemd && export SYSTEM='systemd' |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.