Failed authorization procedure

Failed authorization procedure. example.hopto.org (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from
認証手順が失敗しました.クライアントの権限が足りない::無効な応答
Apacheのconfファイルで設定しているドキュメントルートとコマンドのドキュメントルートが違う場合にも起こるエラー

 
certbot certonly --webroot -w /var/www/laravel -d example.hopto.org
フレームワークの場合ドキュメントルートを変更するので,こうするのが正しい↓
certbot certonly --webroot -w /var/www/laravel/project-name/public -d example.hopto.org
 

Categories:

Tags: