DevCEDTeam / CED

0 stars 0 forks source link

Knowledge Articles #50

Open DevCEDTeam opened 1 year ago

DevCEDTeam commented 1 year ago

Exim

The tls authenticator https://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_tls_authenticator.html

SMTP authentication https://www.exim.org/exim-html-current/doc/html/spec_html/ch-smtp_authentication.html

plaintext authenticator https://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_plaintext_authenticator.html

Exim Log files https://www.exim.org/exim-html-current/doc/html/spec_html/ch-log_files.html

Exim Utilities https://www.exim.org/exim-html-current/doc/html/spec_html/ch-exim_utilities.html

#####################################################

Firebase CLI references

https://firebase.google.com/docs/cli

Firebase tools | Github

Firebase tools | scripts

#####################################################

Firebase Commands

To download and install the Firebase CLI run the following command:

npm install -g firebase-tools

To download and install the CLI run the following command:

curl -sL firebase.tools | bash

-P

#####################################################

Firebase Help

firebase --help lists the available commands

firebase --help shows more details for an individual command.

#####################################################

Firebase Login

  1. Log into Firebase using your Google account by running the following command: firebase login

  2. Test that the CLI is properly installed and accessing your account by listing your Firebase projects. Run the following command: firebase projects:list

  3. How you update the CLI version npm: Run npm install -g firebase-tools

  4. running firebase init, the directory contains a firebase.json configuration file in the root of your project directory. firebase init

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

SSL Certificates

Manage Service SSL Certificates

In my server, where can I find the SSL certificate for my domain?

Use Google-managed SSL certificates

Wait for SSL certificate provisioning

URL path,

/var/cpanel/ssl/apache_tls/mautic.cfored.com/certificates/imap_cfored_com.csr /var/cpanel/ssl/apache_tls/mautic.cfored.com/certificates/imap_cfored_com.pem

/var/cpanel/ssl/domain_tls/mautic.cfored.com/combined/imap_cfored_com.csr /var/cpanel/ssl/domain_tls/mautic.cfored.com/combined/imap_cfored_com.pem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Google Developers | OAuth 2.0 Playground

OAuth 2.0 Playground

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Google | Integration

Using OAuth2 Connector with Google

Client Libraries

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Google Cloud SDK

Google Cloud SDK

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MY SQL

13.7.1.10 SET PASSWORD Statement

Where to change the MySQL password for a MySQL User from the cPanel interface

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Mautic Node

The Mautic node allows you to automate work in Mautic, and integrate Mautic with other applications. n8n has built-in support for a wide range of Mautic features, including creating, updating, deleting, and getting companies, and contacts, as well as adding and removing campagin contacts.

Mautic#

Mautic trigger#

Mautic credentials#

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Mautic | Google Cloud

Connect mautic to google cloud Gmail API

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Google | Cloud Functions for Firebase

Google Firebase Console

Publishing the Website to Google Firebase

Your initial project setup and database configuration

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Gmail API | Sending Email

Gmail API | Sending Email

Google | Gmail API | Send Email Messages | YouTube Video

Send up to Millions of Emails per Day with Gmail API + Google Cloud Functions | Important at Frame 11 minutes.

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Gmail API-specific authorization and authentication information

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

OAuth2

Using OAuth 2.0

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

OAuth2 | Google API

Using OAuth 2.0 to Access Google APIs

Select any one of the client ID 2.0 (please check the screenshot [2]) that your Authorized redirect URIs you have pasted in your web application. +±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

OAuth2 | Google API | Library

Using OAuth 2.0 with the Google API Client Library for Java

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Mautic | GitHub | Mautic-documentation

Mautic | Authentication

+±++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Mautic | GitHub | API-Library

DevCEDTeam commented 1 year ago

cPanel Ticket: reinstall the SSL certificates | Id #95081891

Zakarya Asaad (cPanel) Jun 29, 2023, 02:56 CDT

Hello,

Thank you for reaching back to us! My name is Zakarya, and I have picked up this request as my colleague Anton is not currently available.

I have confirmed access to the provided server, checked configurations/logs, and found the following:

... <VirtualHost 10.138.0.3:444> ServerName mautic.cfored.com ServerAlias www.mautic.cfored.com DocumentRoot /home/admin6/public_html/mautic ... SSLCertificateFile /var/cpanel/ssl/apache_tls/mautic.cfored.com/combined ...

Also, the same SSL certificate is configured in the front-facing Nginx WebSwerver:

[00:16:21 imap root@95081891 ~]cPs# grep -ir "/var/cpanel/ssl/apache_tls/mautic.cfored.com/combined" /etc/nginx/ /etc/nginx/conf.d/users/admin6.conf: ssl_certificate /var/cpanel/ssl/apache_tls/mautic.cfored.com/combined; /etc/nginx/conf.d/users/admin6.conf: ssl_certificate_key /var/cpanel/ssl/apache_tls/mautic.cfored.com/combined;

I can see that both the main domain "cfored.com" and the subdomain "mautic.cfored.com" are using the Letsencrypt SSL certificate, as illustrated in the attached screenshots.

The doamin "cfored.com" is using the SSL certificate file in the path: /var/cpanel/ssl/apache_tls/cfored.com/combined And the subdomain "mautic.cfored.com" uses the SSL certificate in the path: /var/cpanel/ssl/apache_tls/mautic.cfored.com/combined

In the server configuration section, I can see configurations for Exim from "spamgateway", current configurations for Exim service on the provided server are to use the following SmartHost:

... route_list = "* outbound.mailhop.org::10025 byname" ...

Please review the following article for more information:

In my server, where can I find the SSL certificate for my domain?

Exim SSL certificate with other server services certificate is managed on the interface:

WHM >> Service Configuration >> Manage Service SSL Certificates

You can read more about services SSL certificate on the following page from cPanel documentation:

Manage Service SSL Certificates

Would you please review the article and let me know if you have any outstanding questions or concerns? It's been a pleasure working with you on this issue, and I hope you are satisfied with the experience! Thank you for choosing cPanel, The Hosting Platform of Choice!

Zakarya Asaad cPanel and WHM Linux Support Engineer I cPanel, L.L.C. https://cpanel.net/products You can help us provide you with rapid and accurate support by sharing step-by-step instructions to replicate the issue.

Attachment(s) Screenshot 2023-06-29 at 10.11.44 AM.png Screenshot 2023-06-29 at 10.13.03 AM.png Screenshot 2023-06-29 at 10.11.23 AM.png Screenshot 2023-06-29 at 10.12.42 AM.png