[GitHub] [apisix] MarkCupitt commented on issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be delet

2023-01-19 Thread GitBox
MarkCupitt commented on issue #8665: URL: https://github.com/apache/apisix/issues/8665#issuecomment-1397796190 So for those struggling with this, Dashboard V2, on ssl certs at least, is NOT compatible at all with apisix V3.x, you **MUST** use the apis. Documenting for anyone else who

[GitHub] [apisix] MarkCupitt commented on issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be delet

2023-01-19 Thread GitBox
MarkCupitt commented on issue #8665: URL: https://github.com/apache/apisix/issues/8665#issuecomment-1397778959 Additional effort still produces same result, Bash Script used: ``` local sslcrt=$(cat "./certs/$sslurl.crt") local sslkey=$(cat "./certs/$sslurl.key")