Code Monkey home page Code Monkey logo

vonecloud-docs's People

Contributors

imllorente avatar jfontan avatar jmelis avatar n40lab avatar tinova avatar vholer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vonecloud-docs's Issues

Guide to configure certbot and let's encrypt

The idea is to make a guide with all the steps needed to configure vOneCloud with certbot certificate.

Here are some hints:

  • Enable the SSL configuration and provide some dummy certs to the console (We used mkcert https://github.com/FiloSottile/mkcert): http://:8000/configure

  • Then in the OpenNebula in apache config /etc/httpd/conf.d/sunstone-virtualhost-ssl.conf, add the ServerName:

                Listen 443 https
                <VirtualHost *:443>
                    ServerName www.my-vonecloud.com
                    SSLEngine On
                    SSLCertificateFile /etc/one/ssl_cert
                    SSLCertificateKeyFile /etc/one/ssl_keycert
                    SSLCACertificateFile /etc/one/ssl_cacert
  • Enable EPEL, install certbot
    yum install epel-release
    yum install certbot python2-certbot-apache

  • Run the certbot:
    certbot --apache certonly

  • Replace certificate, key and chain from /etc/letsencrypt/live/www.my-vonecloud.com/ to /etc/one/

UX bug in the VM creation form.

Just wanted to point out a UX bug in the 5.8.0 build. In the Create Virtual Machine (from template) form is being filled out, the tool tip under Network Selection > Automation Selection has an EN spelling error, "The Schedule will decide which is the bets virtual network"

OpenNebulaUX

Thanks! Really like the new features in the latest vOneCloud appliance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.