-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu install - Expired certificate #623
Comments
@tishma What version of Debian are you running? This might possibly be related to echo "deb [arch=amd64 signed-by=/usr/share/keyrings/logdna.gpg] https://repo.logdna.com stable main" | sudo tee /etc/apt/sources.list.d/logdna.list
sudo apt-get update
sudo apt-get install -y logdna-agent |
It's Ubuntu 20.04
|
The meaningful diff appears to be using |
|
@tishma curl -fsSL https://repo.logdna.com/logdna.gpg | sudo gpg --dearmor -o /usr/share/keyrings/logdna.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/logdna.gpg] https://repo.logdna.com stable main" | sudo tee /etc/apt/sources.list.d/logdna.list
sudo apt-get update
sudo apt-get install -y logdna-agent This resolved the unsigned repo error, which makes sense since we retrieve the certificate first before adding it to the keyring. |
Thanks @echoblag It's been a while, and what you did - looks like equivalent of my previous comment. Which version was installed? |
It looks like it's version 2.2.1, looks like that problem still remains. Re-reading you previous comment, I see what you mean, I just needed to spell it out for myself using the full commands. Regarding the env file no longer being referenced, I had to use: sudo logdna-agent -k ${logdna_ingestion_key}
sudo logdna-agent -t tag,tag |
Following the Debian-based distro agent installation, got this:
Tried updating certificates - no luck.
The text was updated successfully, but these errors were encountered: