polypush135

polypush135

Is it possible to trust generated self-signed certificates on Ubuntu chrome/firefox ect.?

While on osx I was able to enable the local certs flag on chrome and add my self signed certs to my keychain and chrome would use my certs with out issue.

I wish I could say the same while trying to do the same on Ubuntu. In short I’m not sure whats the equivalent app for keychain on Ubuntu. Or if what I’m trying to do is even possible.

I’ve also tried to import the certs into chrome via the manage certs option in the settings but it refused to import the cert :man_shrugging:

Have any of you been able to get a locally signed cert to be trusted by your browsers while on Ubuntu?

And just for clarification I’m talking about the “not secure” warning you see after you ignore the invalid cert in chrome. I’m able to see a green trusted status for my certs on OSX via the way I described, looking for the same on Ubuntu.

Thanks.

Marked As Solved

shanesveller

shanesveller

I’m not a desktop Linux user myself, but I would look at mkcert’s README documentation under the headings Install -> Linux and Supported Root Stores to see how this community tool has implemented such support, or simply start using mkcert directly, because it’s a great tool. The certificates it generates are definitely viable for use anywhere you could use the artifacts of mix phx.gen.cert instead, because both use standard file formats for this subject.

Also Liked

polypush135

polypush135

Yeah buddy!, it was the missing CA that required I ran update-ca-certificates which was also failing because it needed root perms.

Once I was able to get the missing authority installed my already configured certs worked :partying_face:

Where Next?

Popular in Questions Top

vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
logicmason
Hi there, I'm working through my first release with elixir/phoenix. I've built a release with distillery and found that it crashes when I...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
qwerescape
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
mathew4509
I have a list say x = ["23gh", "56kh", "97mh"] I would like to pass each element to Val in each iteration. Say, in iteration 1 -------...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3268 119930 1237
New
yurko
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 35421 110
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New

We're in Beta

About us Mission Statement