User Tools

Site Tools


odoo:deployment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
odoo:deployment [2023/09/30 10:35] aperezodoo:deployment [2023/09/30 10:40] (current) aperez
Line 300: Line 300:
   root@odoo:/home/odoo#   root@odoo:/home/odoo#
  
 +  root@odoo:/home/odoo# certbot --nginx
 +  Saving debug log to /var/log/letsencrypt/letsencrypt.log
 +  Enter email address (used for urgent renewal and security notices)
 +   (Enter 'c' to cancel): gm@itclatam.com
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Please read the Terms of Service at
 +  https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf. You must
 +  agree in order to register with the ACME server. Do you agree?
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  (Y)es/(N)o: y
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Would you be willing, once your first certificate is successfully issued, to
 +  share your email address with the Electronic Frontier Foundation, a founding
 +  partner of the Let's Encrypt project and the non-profit organization that
 +  develops Certbot? We'd like to send you email about our work encrypting the web,
 +  EFF news, campaigns, and ways to support digital freedom.
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  (Y)es/(N)o: y
 +  Account registered.
 +  Which names would you like to activate HTTPS for?
 +  We recommend selecting either all domains, or all domains in a VirtualHost/server block.
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  1: u-bills.com
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Select the appropriate numbers separated by commas and/or spaces, or leave input
 +  blank to select all options shown (Enter 'c' to cancel): 1
 +  Requesting a certificate for u-bills.com
 +  Successfully received certificate.
 +  Certificate is saved at: /etc/letsencrypt/live/u-bills.com/fullchain.pem
 +  Key is saved at:         /etc/letsencrypt/live/u-bills.com/privkey.pem
 +  This certificate expires on 2023-12-01.
 +  These files will be updated when the certificate renews.
 +  Certbot has set up a scheduled task to automatically renew this certificate in the background.
 +  Deploying certificate
 +  Successfully deployed certificate for u-bills.com to /etc/nginx/sites-enabled/default
 +  Congratulations! You have successfully enabled HTTPS on https://u-bills.com
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  If you like Certbot, please consider supporting our work by:
 +   * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 +   * Donating to EFF:                    https://eff.org/donate-le
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  root@odoo:/home/odoo#
 +
 +  root@odoo:/home/odoo# certbot --nginx
 +  Saving debug log to /var/log/letsencrypt/letsencrypt.log
 +  Enter email address (used for urgent renewal and security notices)
 +   (Enter 'c' to cancel): gm@itclatam.com
 +  
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Please read the Terms of Service at
 +  https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf. You must
 +  agree in order to register with the ACME server. Do you agree?
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  (Y)es/(N)o: y
 +  
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Would you be willing, once your first certificate is successfully issued, to
 +  share your email address with the Electronic Frontier Foundation, a founding
 +  partner of the Let's Encrypt project and the non-profit organization that
 +  develops Certbot? We'd like to send you email about our work encrypting the web,
 +  EFF news, campaigns, and ways to support digital freedom.
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  (Y)es/(N)o: y
 +  Account registered.
 +  
 +  Which names would you like to activate HTTPS for?
 +  We recommend selecting either all domains, or all domains in a VirtualHost/server block.
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  1: u-bills.com
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  Select the appropriate numbers separated by commas and/or spaces, or leave input
 +  blank to select all options shown (Enter 'c' to cancel): 1
 +  Requesting a certificate for u-bills.com
 +  
 +  Successfully received certificate.
 +  Certificate is saved at: /etc/letsencrypt/live/u-bills.com/fullchain.pem
 +  Key is saved at:         /etc/letsencrypt/live/u-bills.com/privkey.pem
 +  This certificate expires on 2023-12-01.
 +  These files will be updated when the certificate renews.
 +  Certbot has set up a scheduled task to automatically renew this certificate in the background.
 +  
 +  Deploying certificate
 +  Successfully deployed certificate for u-bills.com to /etc/nginx/sites-enabled/default
 +  Congratulations! You have successfully enabled HTTPS on https://u-bills.com
 +  
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  If you like Certbot, please consider supporting our work by:
 +   * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 +   * Donating to EFF:                    https://eff.org/donate-le
 +  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +  root@odoo:/home/odoo# docker compose down
 +  [+] Running 3/3
  
odoo/deployment.1696088144.txt.gz · Last modified: 2023/09/30 10:35 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki