…just this guy, you know.

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: May 7th, 2023

help-circle
  • depending on specs it will be a little power hungry, but a good virtualization platform.

    yes, the power supplies are likely redundant and the server will complain if they are not both powered.

    it will use a VGA connection, but you should be ale to find cheap VGA monitors or cheap adapters.

    RAID controllerfor those drives? how many processors and cores? how much RAM? what OS are you planning on running on it? iDRAC included? (if so, likely idrac6, but still usable)

    this hardware is very well supported by linux - I have used these older servers extensively. your boss was right to be excited for you. its a great exploration platform that you will be able to do lots of things with.

    fire up a live linux distro and get detailed specs on the box - that will guide what you can play with right away.



  • if you are able to run a public web server, then certificate issuance via certbot http challenge works pretty well. the web server can serve a really simple static page with little to nothing on it - but of course its another potential vector into your network.

    if your public domain DNS makes use of a supported dns provider or you run your own publically accessible dns server, then dns certbot challenges are great and more flexible than http.

    others may suggest neat work arounds for the http challenge issue, but if you have access to a supported dns service I would look at that option. certbot has helpers for quite a few public services as well as support for self hosted dns servers. I run my own public dns servers, so thats the option I chose and use certbot hooks, cron and bash scripts to rsync the updated carts to the propr hosts for the various services I run privately and publicly.