Mostafa Ghadamyari add48f9418
fixed sed delimiter for CERTPATH and KEYPATH
need to use another delimiter rather than `/` since the $CERTPATH and $KEYPATH variables contain `/` in the full path and cause the following error
```
`sed: -e expression #1, char 50: unknown option to `s'
```
2021-08-02 18:35:22 +04:30
..