You are not logged in.
Pages: 1
Topic closed
I want to follew below to import CA.crt into archlinux:
sudo cp path/to/goagent/local/CA.crt /usr/share/ca-certificates/goagent.crt
sudo chmod a+r /usr/share/ca-certificates/goagent.crt
sudo dpkg-reconfigure ca-certificatesBut I find the command dpkg-reconfigure is a Debian command which can not use in Arch Linux, so how should I import it?
Thank you!
Last edited by acgtyrant (2013-07-10 05:11:32)
I use Arch Linux.
Offline
If you have dpkg installed, you should be asking for help on the Ubuntu or debian forums:
https://wiki.archlinux.org/index.php/Fo … pport_ONLY
# edit: reopened upon appeal.
Offline
In arch linux you'll have to use update-ca-certificates (8).
Put your certificate in /usr/local/share/ca-certificates with a crt ending and then run it as root.
sudo cp path/to/goagent/local/CA.crt /usr/local/share/ca-certificates/goagent.crt
sudo update-ca-certificatesLast edited by progandy (2013-07-10 05:07:05)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
@progandy Great, it works, thank you for correcting the path and giving the right command!
Last edited by acgtyrant (2013-07-10 05:10:59)
I use Arch Linux.
Offline
In arch linux you'll have to use update-ca-certificates (8).
Put your certificate in /usr/local/share/ca-certificates with a crt ending and then run it as root.sudo cp path/to/goagent/local/CA.crt /usr/local/share/ca-certificates/goagent.crt sudo update-ca-certificates
I have used your advice and after this I have tried git clone and it worked. But I have a slightly doubt about this, after I have executed
sudo update-ca-certificatesI went to /etc/ca-certificates.conf and did not find the certificate. Where I can confirm that?
Offline
Just stumbled upon this threat while having a similar problem. It seems that the provided solutions is out of date as of December 2014:
https://www.archlinux.org/news/ca-certificates-update/
Last edited by wespe (2016-05-11 08:33:32)
Offline
Offline
Pages: 1
Topic closed