About 66,300 results
Open links in new tab
  1. mirrorlist.centos.org no longer resolve? - Server Fault

    Jul 1, 2024 · mirrorlist.centos.org no longer online? I can resolve to centos.org but not to mirrorlist.centos.org Here is the output of my resolv.conf, dig, and nslookup if anyone interested. …

  2. SQL Server database on an external hard disk drive

    May 12, 2010 · For those wondering why do this, here is a thought. What about securing the data drives into an vault at night. If its a database that is only used during the day by office I can see "some" …

  3. Could not resolve host: mirrorlist.centos.org Centos 7

    Instead I created new entries alongside the others in CentOS-Vault by copying the "7.8.2003" ones and changing them to "7.9.2009" along with enabling the specific ones for base, updates, and extras.

  4. ssl certificate - OCSP setup for Vault - Server Fault

    Jun 30, 2020 · I have vault setup running in container for PKI Secrets Engine and would like to add OCSP support for application to check if certificate is not revoked. I didn’t find any explanation on …

  5. Password Manager, integrated with Active Directory - Server Fault

    Password Manager Pro can also reset service accounts to sync with the AD. So no more Password Never Expires on those service accounts.

  6. certificate - What is a Pem file and how does it differ from other ...

    In this gist I explain what a PEM file usually contains and how to converse the content b/w different formats.

  7. Where does Credential Manager store credentials on the file system?

    Here's an article that alludes to some of the credential vault API functions that could get you started on something that could load the vault, delete the creds from it, then unload the vault, since just deleting …

  8. ssh - Putting RSA keys into azure key vault - Server Fault

    May 4, 2017 · How can I store my key pair (typically the id_rsa and id_rsa.pub) in azure key vault. I want to put the public key in my GIT service and allow a virtual machine to download the private key from …

  9. How do I convert a .cer certificate to .pem? - Server Fault

    Apr 1, 2011 · To convert a .cer file to .pem, open a terminal and run the following command: openssl x509 -inform der -in certificate.cer -outform pem -out certificate.pem Replace "certificate.cer" with the …

  10. Howto unseal vault server, running in a docker container

    Nov 6, 2016 · I'm using Hashicorp's official vault image with my custom /vault/config/vault.hcl (and consul image). Ultimately, I want to know 2) how to unseal a vault server. And in this case, I want to …