Displaying 20 results from an estimated 3000 matches similar to: "OT: What are the 2 openssl commands I need to use?"
2009 Dec 29
0
{SOLVED} Re: OT: What are the 2 openssl commands I need to use?
On Tue, Dec 29, 2009 at 12:36 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
> I looked on the openssl man page but am too dense with commands to
> understand what I need to do..... ? Ran into problems generating a key
> and CSR for SSL, ?because the web site is on a server with an old
> Ensim Control Panel. ?Please someone knowledgeable, ?give me the
> openssl commands
2007 Mar 03
2
RPMs
Hi,
I think my problem is related to the way i make my RPMs (i'm newbie at
this).
Two things:
1) the generated RPMs are only 1,5 kb size. That's inpossible.
2) The rpmbuild -ba zbr.spec indeed installs the software in the
building stage. That's odd, isn't it ?
Following my signature is an openssl.spec file
Any help would be appreciated.
Warm regards,
M?rio Gamito
--
2006 Mar 08
2
self-signed certificates
Hallo,
i'm having troubles installing self-signed certificates for dovecot.
After installing, dovecot generates a key and cert. But he is using the
wrong common name (where does dovecot get this name from?). I tried
deleting them and installing a handcrafted cert with this:
openssl genrsa -out mail.key 2048
openssl req -new -key mail.key -out mail.csr
openssl x509 -req -days 4312 -in
2020 Apr 30
5
Dovecot IMAPS : Thunderbird SSL cert issue / Evolution OK
Hello,
This is a selfsigned cert. Both of the below methods were used.
May I ask for 1. pointer to info setting up "intermediate certs" and
where the certfile goes?
The objective is to generate a self-signed cert and use it for just
internal use with IMAPS dovecot.
Separately, what are your thoughts as to why evolution works and
thunderbird does not?
Thank you,
==1
openssl
2017 Oct 07
2
Permission denied error on private key...
I have a working dovecot/postfix/mysql server running and was trying to set up another one for replication purposes. If I copy my certificates from the working server, everything works fine. However, I purchased another updated certificate for the replication server, and I cannot get dovecot to start up. Keep getting:
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line
2017 Oct 08
2
Permission denied error on private key...
-rw-r--r--. root root unconfined_u:object_r:home_root_t:s0 /etc/pki/dovecot/private/mailserver.crt
> On Oct 8, 2017, at 12:03 AM, Bill Shirley <bill at KnoxvilleChristian.org> wrote:
>
> What does ls -lZ /etc/pki/dovecot/private/mailserver.crt say?
>
> Bill
>
> On 10/7/2017 7:30 PM, SH Development wrote:
>> I have a working dovecot/postfix/mysql server running
2006 Oct 09
1
SAMBA + LDAP + TLS
Hi there guys, do not know if post this here or in openldap list, sorry if I
disturb you.
I configured samba+ldap as a PDC and byt now it's working fine, so, I
decided to put some security to the stuff.
The problem is that I coudl not make it work, here I what I've done.
This is what netstat shows.
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:636 0.0.0.0:* LISTEN
tcp 0 0
2020 Apr 30
4
Dovecot IMAPS : Thunderbird SSL cert issue / Evolution OK
I would expect the public cert to be imported as a "server" not an "auth"
The attached image shows that TBird wants an httpS url for a webserver,
for the source.
Ages ago, I think it prompted for "do you want to trust this new cert"
and YES added it (assuming that is the public key) to the server list.?
A bit confused by this.
<see attached thunderbird
2005 Mar 28
1
Using RSYNC with MYSQL and ENSIM
Team,
Im im new on this forum and with RSYNC, i have a Server that im using for
hosting my own subdomains, using Ensim and MYSQL, but i have another server
that o would like to be my backup server.. (FYI: I have 2 License of the
Ensim)
My questions are:
1.- Can i use Rsync to backup my primary server to the secondary server?
MYSQL, ENSIM?
2.- If so how would i do it? Do i just do a whole
2003 Dec 01
3
rsync'd destination much larger than source
Hello.
Recently, I started using rsync to backup files in my root partition on an
Ensim
box over to a remote machine. The remote machine 'pulls' from the Ensim box
using the following:
rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete
--delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/
The problem is, if I 'df' the Ensim box, it reports that the entire
2013 Jul 15
1
trying to configre dovecot
Hi all;
Thinking I'd like to have a bit of security, I followed the example for
dovecot from allgoodthings.org
Guessing between the lines I made a few substitutions to localize it for
me, but when I run the line to dump the configs, the output is very short
because I do not have the *.pem files.
Where can a usable set of these ssl 'keyfiles' be obtained?
Cheers, Gene
--
2009 Sep 20
2
SSL and virtual hosts?
Hi,
I successfully managed to use SSL on a local webserver for testing
purposes, following the section "Using SSL" in the Chapter "Using
Apache" of the "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info
2003 Aug 24
2
setClass question
I would like to add a class to the SparseM package. I have a class "matrix.csr"
that describes a matrix in compressed sparse row format, now I would like a class
matrix.diag.csr that describes such objects when they happen to be diagonal.
The idea is that matrix.diag.csr objects should behave (later in life) exactly like
matrix.csr objects, the distinction is only needed in order to
2004 Nov 26
1
Namespaces, coercion and setAs
I'm trying to resolve a small problem that has arisen from introducing a
NAMESPACE for the package SparseM. Prior to the namespace I had
a class "matrix.diag.csr" that consisted of diagonal sparse matrices.
It
was defined to have the same attributes as the matrix.csr class and
setAs
was used to define how to coerce integers and vectors into this form:
2014 Jul 10
2
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
Eric Christopher wrote:
> On Wed, Jul 9, 2014 at 11:39 AM, Jonathan Roelofs
> <jonathan at codesourcery.com> wrote:
>>
>> On 7/9/14, 12:33 PM, Eric Christopher wrote:
>>> Any reason why you deleted code that isn't related?
>>>
>>> -eric
>>>
>>>> - enum SubArchType {
>>>> - NoSubArch,
>>>> -
2005 Jan 28
2
read.matrix.csr bug (e1071)?
Hello,
I would like to read and write sparse matrices using the
functions write.matrix.csr() and read.matrix.csr()
of the package e1071. Writing is OK but reading back the
matrix fails:
x <- rnorm(100)
m <- matrix(x, 10)
m[m < 0.5] <- 0
m.csr <- as.matrix.csr(m)
write.matrix.csr(m, "sparse.dat")
read.matrix("sparse.dat")
Error in initialize(value, ...)
2007 Oct 01
1
[nls] singular gradient
Hi, I am new to R. I don't have strong background of statistics. I am
a student of Geotechnical Engineering. I tried to run a nonlinear
regression for a three-variable function, that is
N = f(CSR, ev) # N is a function of CSR and ev, and N = CSR/(A
+B*CSR), wherer (A,B) are function of ev.
N, CSR and ev are observed in the experiments.
Following is my R script.
rm(list=ls())
2014 Sep 05
4
[LLVMdev] HELP! Recent failure on llvm buildbot
I'm working on lldb.
I've just submitted a very small change (r217229) to Triple.h/.cpp. Soon
after I get a mail
subject: buildbot failure in LLVM on lld-x86_64-darwin13
Details:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571
Blamelist: mg11
My small change certainly did not cause lldb's build to fail on my
machine. I looked into the build-log:
2003 May 27
1
setGeneric?
In the last few days I've received couple of messages pointing out that our SparseM
package fails to install on the patched version of 1.7.0. Laurent Gaultier kindly
suggested that replacing:
setGeneric("as.matrix.csr")
by
setGeneric("as.matrix.csr", function(x, nrow, ncol, eps) standardGeneric("as.matrix.csr"))
was sufficient to fix the problem.
2017 Nov 17
2
Less aggressive on the first allocation of CSR if detecting an early exit
On 2017-11-17 13:10, Quentin Colombet wrote:
>> On Nov 16, 2017, at 2:31 PM, junbuml at codeaurora.org wrote:
>> On 2017-11-14 17:22, Quentin Colombet wrote:
>>
>>> Hi,
>>> I think it is kind of artificial to tie the CSRCost with the
>>> presence
>>> of calls.
>>> I think I’ve already mentioned it in one of the review, but I