Adding a certification key for SSL connection by YAST

I need to add a certification key following an instruction which uses cli command for archlinux

ln -s PATHTOCA/CA.crt  /etc/ca-certificates/trust-source/anchors/AGENT.crt  trust extract-compat

But in YAST module CA manager addon, it requires me to give the password for the key when I’m importing this key.

Any idea?

I haven’t used Yast CA management.

Adding a certification key, as in your CLI example, is just adding a public key. CA management requires a private key. Perhaps the CA.crt file that you are using has both, with the private key encrypted, so Yast CA management want to be able to access that private key.

It does have a .crt and a .pem file, which were both asked and added in the CA management dialogue, but it also asked for the password, which I have no idea what it is.