Jose A. G.

  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Jose A. G.
  • Jose A. G. created a post,

    AutoSSL and Nginx

    Hello, Can you ask the developer team where is WHM storing Let's Encrypt ca bundle? (if WHM store it). I was using info from [How-To] Installing SSL from Let's Encrypt to allow me easy Let's Encryp...

  • Jose A. G. commented,

    I fixed the problem, I share my working modified version of the script. Remember to modify $hash with your accesshash. If your system has no .accesshash file feel free to Google and solve it in 30...

  • Jose A. G. commented,

    Hello, I do not like hard code root password at script. my $auth = "Basic " . MIME::Base64::encode( $user . ":" . $pass ); I want to change it for some thing similar to hash method used here: digi...