yangfande362

Results 6 comments of yangfande362

zabbix6.0、grafana9.2、flowcharting0.9.1, found the same question.

I got the same error as well, and my environment as below: ``` **pgloader:** pgloader version "3.6.3~devel" compiled with SBCL 2.1.11.debian **mysql** 8.0.35 **PostgreSQL** postgres (PostgreSQL) 16.0 **OS** DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04...

> [@yangfande362](https://github.com/yangfande362) hi, I finally got through this error by changing my pgloader version following this instructions:[#1211 (comment)](https://github.com/dimitri/pgloader/issues/1211#issuecomment-2791569023) @Ella-dee Thanks for your reply, I have finished the database migration via...

Suppliment, I found it was supported with "step certificate create" and "step ca renew", so it should also support with "step ca certificate" , is there have something wrong with...

When I try to renew with a certificate which generated by "step certificate create" by following command ``` step ca renew --kms 'pkcs11:module-path=/usr/local/lib/libtpm2_pkcs11.so;token=mykey?pin-value=Obcu@ca' --force --ca-url=https://192.168.51.101:6000 --root /etc/nginx/conf.d/certs/root_ca.crt nginx-tpm.crt pkcs11:id=10000000;object=obcuca ```,...

After all, I used "step certificate create --csr" firstly, then used "step ca sign" to sign for a leaf certificate for nginx, and then it worked well with "step ca...