[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 may come across this issue
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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")
 
 local json=$(cat /dev/null
   ```
   Note on image:
   
   - Cert loaded via APi
   - Expiration time not decoded
   - SNI Decoded
   - Unable to delete. Noted its using /ssl and not ssls
   
   
![image](https://user-images.githubusercontent.com/5503184/213591433-2066d6c4-0e73-41f7-abae-5c2bb5196949.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org