Conf.ini file missing

I don’t have the file name called conf.ini in cert-issuer. I wanted to get the issuing address from conf.ini. But I unable to see the conf.ini file. Where I should find the conf.ini file

If you’ve got the bash prompt after running the Docker container, it’ll be accessible from there.

bash-4.3# ls -l /etc/cert-issuer/
total 8
-rw-rw-r--    1 root     root           309 May  3 20:30 conf.ini
drwxr-xr-x    4 root     root          4096 May 16 17:30 data
bash-4.3#

Heyyy @lparker . Thank you. It works.

Hey, how can I edit the conf.ini file? Any command to use? I tried gedit but doesn’t work.

Got it. I used sed command.