1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

<bitnami>bncert sslを削除したい

1
Last updated at Posted at 2023-06-17

awsのlightsailでbitnami/bncert-toolでssl証明書を発行していたのですが、一旦消したい時の忘備録

これでok

sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --tls --email=EMAIL --domains=DOMAIN revoke

参考

Tips

httpsリダイレクト消したい時
リライトルール検索
sudo grep -rni 'RewriteRule' /opt/bitnami/apache2/conf/

これを消せばok

# BEGIN: Enable HTTP to HTTPS redirection
# ...
# END: Enable HTTP to HTTPS redirection

再起動

sudo /opt/bitnami/ctlscript.sh restart apache
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?