위 내용처럼 sudo /opt/bitnami/bncert-tool 를 입력하여 실행했을 때 아래처럼 나오는 경우가 있다.
Please type a directory that contains a Bitnami installation. The default installation directory for Linux installers is a directory inside /opt. Bitnami installation directory [/home/bitnami]:
그리고 위에 설명대로 /home/bitnami 와 같이 다른 경로를 입력하여 실행하는 경우 아래처럼 나온다.
Warning: The path does not seem to contain a valid Bitnami installation. Make sure you have proper access rights, or choose a different directory. Press [Enter] to continue:
여러가지 원인과 해결방법이 있겠지만,
내가 찾은 원인은 바로 내가 /stack/apache/conf 폴더안에서 안쓰는 인증서를 rm -rf 로 지웠기 때문이다.
바로 naminsik.com.cert 와 naminsik.com.key 를 삭제했기 때문이다.
이렇게 되면 위와 같이 실행도 안되고 아파치도 재기동 안된다.

아무리 vhosts 폴더안에 해당 도메인 .conf 을 지웠다 하더라도 동일하다.
서버에서 인증서를 지우려면 https://docs.bitnami.com/general/how-to/understand-bncert/ 이 문서처럼 해야한다.
그리고 revoke로 해지했다 하더라도 .crt 와 .key 가 남아 있으면 안되며 vhosts 안에 해당 키를 부르는 .conf 파일도 있으면 안된다.