Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

How can i import RootCA's globaly in Ubuntulinux for Firefox?

  • 5 ответов
  • 1 имеет эту проблему
  • 191 просмотр
  • Последний ответ от boospy

more options

Is this right that all CA's are in one file /usr/lib/firefox/libnssckbi.so ? We would like to import certs for all user on the LinuxTerminalserver (KDE Neon 18.04). What is with /etc/ssl/certs/, is it right that firefox ignores this folder?

Thanks a lot :)

Is this right that all CA's are in one file /usr/lib/firefox/libnssckbi.so ? We would like to import certs for all user on the LinuxTerminalserver (KDE Neon 18.04). What is with /etc/ssl/certs/, is it right that firefox ignores this folder? Thanks a lot :)

Выбранное решение

It is working now on Linux fine. Really, i had version 64 :=)

Прочитайте этот ответ в контексте 👍 0

Все ответы (5)

more options
more options

Hello Cor-El,

thanks for the link. I did this, but i can only set one policies. I've tested with many forms...

{

 "policies": {
   "BlockAboutAddons": true
 }

}

{

 "policies": {
   "BlockAboutConfig": true
 }

}

Or: {

 "policies": {
   "BlockAboutAddons": true
   "BlockAboutConfig": true
 }

}

I've also renamed files and added on policies in one file, but this didn't work too. So how i can add more then one policies?

Thanks :)

more options

Finaly it didn'd work with the certificate policies. What did i wrong?

root@testcertneon:/usr/lib/firefox/distribution# cat policies.json {

 "policies": {
   "Certificates": {
     "ImportEnterpriseRoots": true,
     "Install": ["osit.cc-wildcard-selfsigned-cacert.crt", "/usr/local/share/ca-certificates/osit.cc-wildcard-selfsigned-cacert.crt"]
   }
 }

}

The cert is also in "/usr/share/ca-certificates/mozilla".

more options

Ok, i found the syntax error. So my file is right an blocks are working, but not the certificate. So what i'am doing wrong? {

"policies": {
  "BlockAboutAddons": true,
  "BlockAboutConfig": true,
     "Certificates": {
     "ImportEnterpriseRoots": true,
     "Install": ["/usr/local/share/ca-certificates/osit.cc-wildcard-selfsigned-cacert.crt"]
   }
}

}

more options

Выбранное решение

It is working now on Linux fine. Really, i had version 64 :=)